pub type LEAP_LOG_EVENTS = _LEAP_LOG_EVENTS;Aliased Type§
#[repr(C, packed(1))]pub struct LEAP_LOG_EVENTS {
pub nEvents: u32,
pub events: *mut _LEAP_LOG_EVENT,
}Fields§
§nEvents: u32The number of log events being pointed to by the events field. @since 4.0.0
events: *mut _LEAP_LOG_EVENTAn array of nEvent LEAP_LOG_EVENT structures.
@since 4.0.0