Struct openxr_sys::HandTrackingScaleFB
source · [−]#[repr(C)]pub struct HandTrackingScaleFB {
pub ty: StructureType,
pub next: *mut c_void,
pub sensor_output: f32,
pub current_output: f32,
pub override_hand_scale: Bool32,
pub override_value_input: f32,
}Expand description
See XrHandTrackingScaleFB - defined by XR_FB_hand_tracking_mesh
Fields
ty: StructureTypenext: *mut c_voidsensor_output: f32current_output: f32override_hand_scale: Bool32override_value_input: f32Implementations
sourceimpl HandTrackingScaleFB
impl HandTrackingScaleFB
pub const TYPE: StructureType = StructureType::HAND_TRACKING_SCALE_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 HandTrackingScaleFB
impl Clone for HandTrackingScaleFB
sourcefn clone(&self) -> HandTrackingScaleFB
fn clone(&self) -> HandTrackingScaleFB
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 HandTrackingScaleFB
impl Debug for HandTrackingScaleFB
impl Copy for HandTrackingScaleFB
Auto Trait Implementations
impl RefUnwindSafe for HandTrackingScaleFB
impl !Send for HandTrackingScaleFB
impl !Sync for HandTrackingScaleFB
impl Unpin for HandTrackingScaleFB
impl UnwindSafe for HandTrackingScaleFB
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