Struct openxr_sys::HandCapsuleFB
source · [−]#[repr(C)]pub struct HandCapsuleFB {
pub points: [Vector3f; 2],
pub radius: f32,
pub joint: HandJointEXT,
}Expand description
See XrHandCapsuleFB - defined by XR_FB_hand_tracking_capsules
Fields
points: [Vector3f; 2]radius: f32joint: HandJointEXTTrait Implementations
sourceimpl Clone for HandCapsuleFB
impl Clone for HandCapsuleFB
sourcefn clone(&self) -> HandCapsuleFB
fn clone(&self) -> HandCapsuleFB
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 HandCapsuleFB
impl Debug for HandCapsuleFB
impl Copy for HandCapsuleFB
Auto Trait Implementations
impl RefUnwindSafe for HandCapsuleFB
impl Send for HandCapsuleFB
impl Sync for HandCapsuleFB
impl Unpin for HandCapsuleFB
impl UnwindSafe for HandCapsuleFB
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