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