#[repr(C, packed(1))]pub struct _LEAP_DIGIT {
pub finger_id: i32,
pub __bindgen_anon_1: _LEAP_DIGIT__bindgen_ty_1,
pub is_extended: u32,
}Expand description
\ingroup Structs Describes the digit of a hand. Digits are members of the LEAP_HAND struct. @since 3.0.0
Fields§
§finger_id: i32The Leap identifier of this finger. @since 3.0.0
__bindgen_anon_1: _LEAP_DIGIT__bindgen_ty_1§is_extended: u32Reports whether the finger is more or less straight. @since 3.0.0
Trait Implementations§
Source§impl Clone for _LEAP_DIGIT
impl Clone for _LEAP_DIGIT
Source§fn clone(&self) -> _LEAP_DIGIT
fn clone(&self) -> _LEAP_DIGIT
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 moreimpl Copy for _LEAP_DIGIT
Auto Trait Implementations§
impl Freeze for _LEAP_DIGIT
impl RefUnwindSafe for _LEAP_DIGIT
impl Send for _LEAP_DIGIT
impl Sync for _LEAP_DIGIT
impl Unpin for _LEAP_DIGIT
impl UnwindSafe for _LEAP_DIGIT
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