#[repr(C, packed(1))]pub struct _LEAP_DROPPED_FRAME_EVENT {
pub frame_id: i64,
pub type_: eLeapDroppedFrameType,
}Fields§
§frame_id: i64§type_: eLeapDroppedFrameTypeTrait Implementations§
Source§impl Clone for _LEAP_DROPPED_FRAME_EVENT
impl Clone for _LEAP_DROPPED_FRAME_EVENT
Source§fn clone(&self) -> _LEAP_DROPPED_FRAME_EVENT
fn clone(&self) -> _LEAP_DROPPED_FRAME_EVENT
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_DROPPED_FRAME_EVENT
impl Debug for _LEAP_DROPPED_FRAME_EVENT
impl Copy for _LEAP_DROPPED_FRAME_EVENT
Auto Trait Implementations§
impl Freeze for _LEAP_DROPPED_FRAME_EVENT
impl RefUnwindSafe for _LEAP_DROPPED_FRAME_EVENT
impl Send for _LEAP_DROPPED_FRAME_EVENT
impl Sync for _LEAP_DROPPED_FRAME_EVENT
impl Unpin for _LEAP_DROPPED_FRAME_EVENT
impl UnwindSafe for _LEAP_DROPPED_FRAME_EVENT
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