#[repr(C)]pub enum SupportedEsEvent {
Show 19 variants
AuthExec = 0,
AuthOpen = 1,
AuthKextload = 2,
AuthRename = 6,
AuthSignal = 7,
AuthUnlink = 8,
NotifyExec = 9,
NotifyOpen = 10,
NotifyFork = 11,
NotifyClose = 12,
NotifyKextload = 17,
NotifyKextunload = 18,
NotifyLink = 19,
NotifyRename = 25,
NotifySignal = 31,
NotifyUnlink = 32,
AuthLink = 42,
AuthReadDir = 67,
NotifyReadDir = 68,
}Variants§
AuthExec = 0
AuthOpen = 1
AuthKextload = 2
AuthRename = 6
AuthSignal = 7
AuthUnlink = 8
NotifyExec = 9
NotifyOpen = 10
NotifyFork = 11
NotifyClose = 12
NotifyKextload = 17
NotifyKextunload = 18
NotifyLink = 19
NotifyRename = 25
NotifySignal = 31
NotifyUnlink = 32
AuthLink = 42
AuthReadDir = 67
NotifyReadDir = 68
Trait Implementations§
Source§impl Clone for SupportedEsEvent
impl Clone for SupportedEsEvent
Source§fn clone(&self) -> SupportedEsEvent
fn clone(&self) -> SupportedEsEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SupportedEsEvent
impl Debug for SupportedEsEvent
Source§impl Display for SupportedEsEvent
impl Display for SupportedEsEvent
Source§impl Hash for SupportedEsEvent
impl Hash for SupportedEsEvent
Source§impl PartialEq for SupportedEsEvent
impl PartialEq for SupportedEsEvent
impl Copy for SupportedEsEvent
impl Eq for SupportedEsEvent
impl StructuralPartialEq for SupportedEsEvent
Auto Trait Implementations§
impl Freeze for SupportedEsEvent
impl RefUnwindSafe for SupportedEsEvent
impl Send for SupportedEsEvent
impl Sync for SupportedEsEvent
impl Unpin for SupportedEsEvent
impl UnwindSafe for SupportedEsEvent
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