#[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
Trait Implementations§
Source§impl Clone for _LEAP_LOG_EVENTS
impl Clone for _LEAP_LOG_EVENTS
Source§fn clone(&self) -> _LEAP_LOG_EVENTS
fn clone(&self) -> _LEAP_LOG_EVENTS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _LEAP_LOG_EVENTS
impl Debug for _LEAP_LOG_EVENTS
impl Copy for _LEAP_LOG_EVENTS
Auto Trait Implementations§
impl Freeze for _LEAP_LOG_EVENTS
impl RefUnwindSafe for _LEAP_LOG_EVENTS
impl !Send for _LEAP_LOG_EVENTS
impl !Sync for _LEAP_LOG_EVENTS
impl Unpin for _LEAP_LOG_EVENTS
impl UnwindSafe for _LEAP_LOG_EVENTS
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