#[repr(C)]
pub struct _LEAP_DIGIT__bindgen_ty_1__bindgen_ty_1 { pub metacarpal: LEAP_BONE, pub proximal: LEAP_BONE, pub intermediate: LEAP_BONE, pub distal: LEAP_BONE, }

Fields

metacarpal: LEAP_BONE

The finger bone wholly inside the hand. For thumbs, this bone is set to have zero length and width, an identity basis matrix, and its joint positions are equal. Note that this is anatomically incorrect; in anatomical terms, the intermediate phalange is absent in a real thumb, rather than the metacarpal bone. In the Ultraleap Tracking model, however, we use a “zero” metacarpal bone instead for ease of programming. @since 3.0.0

proximal: LEAP_BONE

The phalange extending from the knuckle. @since 3.0.0

intermediate: LEAP_BONE

The bone between the proximal phalange and the distal phalange. @since 3.0.0

distal: LEAP_BONE

The distal phalange terminating at the finger tip. @since 3.0.0

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.