Struct endpoint_sec::EventKextLoad
source · pub struct EventKextLoad<'a> { /* private fields */ }Available on macOS only.
Expand description
Load a kernel extension event.
Implementations§
source§impl<'a> EventKextLoad<'a>
impl<'a> EventKextLoad<'a>
sourcepub fn identifier(&self) -> &'a OsStr
pub fn identifier(&self) -> &'a OsStr
The signing identifier of the kext being loaded.
Trait Implementations§
source§impl<'a> Debug for EventKextLoad<'a>
impl<'a> Debug for EventKextLoad<'a>
source§impl<'a> Hash for EventKextLoad<'a>
impl<'a> Hash for EventKextLoad<'a>
source§impl<'a> PartialEq for EventKextLoad<'a>
impl<'a> PartialEq for EventKextLoad<'a>
impl<'a> Eq for EventKextLoad<'a>
impl Send for EventKextLoad<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EventKextLoad<'a>
impl<'a> !Sync for EventKextLoad<'a>
impl<'a> Unpin for EventKextLoad<'a>
impl<'a> UnwindSafe for EventKextLoad<'a>
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