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<'_>
impl Sync for EventKextUnload<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventKextUnload<'a>
impl<'a> RefUnwindSafe 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