Struct openxr_sys::HandTrackingCapsulesStateFB
source · [−]#[repr(C)]pub struct HandTrackingCapsulesStateFB {
pub ty: StructureType,
pub next: *mut c_void,
pub capsules: [HandCapsuleFB; 19],
}Expand description
See XrHandTrackingCapsulesStateFB - defined by XR_FB_hand_tracking_capsules
Fields
ty: StructureTypenext: *mut c_voidcapsules: [HandCapsuleFB; 19]Implementations
sourceimpl HandTrackingCapsulesStateFB
impl HandTrackingCapsulesStateFB
pub const TYPE: StructureType = StructureType::HAND_TRACKING_CAPSULES_STATE_FB
sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations
sourceimpl Clone for HandTrackingCapsulesStateFB
impl Clone for HandTrackingCapsulesStateFB
sourcefn clone(&self) -> HandTrackingCapsulesStateFB
fn clone(&self) -> HandTrackingCapsulesStateFB
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for HandTrackingCapsulesStateFB
impl Debug for HandTrackingCapsulesStateFB
impl Copy for HandTrackingCapsulesStateFB
Auto Trait Implementations
impl RefUnwindSafe for HandTrackingCapsulesStateFB
impl !Send for HandTrackingCapsulesStateFB
impl !Sync for HandTrackingCapsulesStateFB
impl Unpin for HandTrackingCapsulesStateFB
impl UnwindSafe for HandTrackingCapsulesStateFB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more