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