#[repr(C)]pub struct es_event_kextload_t {
pub identifier: es_string_token_t,
/* private fields */
}Available on macOS only.
Expand description
Load a kernel extension
This event type does not support caching.
Fields§
§identifier: es_string_token_tThe signing identifier of the kext being loaded
Auto Trait Implementations§
impl Freeze for es_event_kextload_t
impl RefUnwindSafe for es_event_kextload_t
impl !Send for es_event_kextload_t
impl !Sync for es_event_kextload_t
impl Unpin for es_event_kextload_t
impl UnwindSafe for es_event_kextload_t
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