#[repr(C)]pub struct Leap_Finger {
pub _base: Leap_Pointable,
}
Fields§
§_base: Leap_Pointable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Leap_Finger
impl RefUnwindSafe for Leap_Finger
impl !Send for Leap_Finger
impl !Sync for Leap_Finger
impl Unpin for Leap_Finger
impl UnwindSafe for Leap_Finger
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