Struct endpointsecurity::es_message_t[][src]

#[repr(C)]
pub struct es_message_t { pub version: u32, pub time: timespec, pub mach_time: u64, pub deadline: u64, pub process: *mut es_process_t, pub seq_num: u64, pub action_type: es_action_type_t, pub action: es_message_t__bindgen_ty_1, pub event_type: es_event_type_t, pub event: es_events_t, pub opaque: __IncompleteArrayField<u64>, }

Fields

version: u32time: timespecmach_time: u64deadline: u64process: *mut es_process_tseq_num: u64action_type: es_action_type_taction: es_message_t__bindgen_ty_1event_type: es_event_type_tevent: es_events_topaque: __IncompleteArrayField<u64>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.