#[repr(usize)]pub enum Common {
Show 26 variants
Arch = 0,
Argc = 1,
CapFe = 2,
CapFi = 3,
CapFp = 4,
CapFver = 5,
Comm = 6,
Cwd = 7,
Dev = 8,
Exe = 9,
Exit = 10,
Inode = 11,
Item = 12,
Items = 13,
Key = 14,
Mode = 15,
Msg = 16,
Name = 17,
Nametype = 18,
Pid = 19,
PPid = 20,
Ses = 21,
Subj = 22,
Success = 23,
Syscall = 24,
Tty = 25,
}
Expand description
Common Key
s found in SYSCALL records
Variants§
Arch = 0
Argc = 1
CapFe = 2
CapFi = 3
CapFp = 4
CapFver = 5
Comm = 6
Cwd = 7
Dev = 8
Exe = 9
Exit = 10
Inode = 11
Item = 12
Items = 13
Key = 14
Mode = 15
Msg = 16
Name = 17
Nametype = 18
Pid = 19
PPid = 20
Ses = 21
Subj = 22
Success = 23
Syscall = 24
Tty = 25
Trait Implementations§
Source§impl Ord for Common
impl Ord for Common
Source§impl PartialOrd for Common
impl PartialOrd for Common
impl Copy for Common
impl Eq for Common
impl StructuralPartialEq for Common
Auto Trait Implementations§
impl Freeze for Common
impl RefUnwindSafe for Common
impl Send for Common
impl Sync for Common
impl Unpin for Common
impl UnwindSafe for Common
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more