isException
Function parameters
Parameters
- event:u32
Type definitions in this namespace
Types
- AT_SUN
- Extensions to the ELF auxiliary vector.
- AF_SUN
- ELF auxiliary vector flags.
- FILE_EVENT
- User watchable file events.
- lifreq
- IP interface request.
Functions in this namespace
Functions
= 0
Values
- GETCONTEXT
- = 0
- SETCONTEXT
- = 1
- GETUSTACK
- = 2
- SETUSTACK
- = 3
- SIOCGLIFINDEX
- = IOWR('i', 133, lifreq)
Source
Implementation
pub fn isException(event: u32) bool {
return event & (UNMOUNTED | DELETE | RENAME_TO | RENAME_FROM | MOUNTEDOVER) > 0;
}