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