Enum linux_audit_parser::Common
source · #[repr(usize)]pub enum Common {
Show 25 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,
Name = 16,
Nametype = 17,
Pid = 18,
PPid = 19,
Ses = 20,
Subj = 21,
Success = 22,
Syscall = 23,
Tty = 24,
}Expand description
Common Keys 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
Name = 16
Nametype = 17
Pid = 18
PPid = 19
Ses = 20
Subj = 21
Success = 22
Syscall = 23
Tty = 24
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)