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