Struct openxr::HandJointLocation [−][src]
#[repr(C)]pub struct HandJointLocation { pub location_flags: SpaceLocationFlags, pub pose: Posef, pub radius: f32, }
Expand description
See XrHandJointLocationEXT - defined by XR_EXT_hand_tracking
Fields
location_flags: SpaceLocationFlagspose: Posefradius: f32Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for HandJointLocationEXTimpl Send for HandJointLocationEXTimpl Sync for HandJointLocationEXTimpl Unpin for HandJointLocationEXTimpl UnwindSafe for HandJointLocationEXTBlanket Implementations
Mutably borrows from an owned value. Read more