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