#[repr(C)]pub struct InteractionProfileAnalogThresholdVALVE {
pub ty: StructureType,
pub next: *const c_void,
pub action: Action,
pub binding: Path,
pub on_threshold: f32,
pub off_threshold: f32,
pub on_haptic: *const HapticBaseHeader,
pub off_haptic: *const HapticBaseHeader,
}Expand description
See XrInteractionProfileAnalogThresholdVALVE - defined by XR_VALVE_analog_threshold
Fields
ty: StructureTypenext: *const c_voidaction: Actionbinding: Pathon_threshold: f32off_threshold: f32on_haptic: *const HapticBaseHeaderoff_haptic: *const HapticBaseHeaderImplementations
sourceimpl InteractionProfileAnalogThresholdVALVE
impl InteractionProfileAnalogThresholdVALVE
pub const TYPE: StructureType = StructureType::INTERACTION_PROFILE_ANALOG_THRESHOLD_VALVE
Trait Implementations
sourceimpl Clone for InteractionProfileAnalogThresholdVALVE
impl Clone for InteractionProfileAnalogThresholdVALVE
sourcefn clone(&self) -> InteractionProfileAnalogThresholdVALVE
fn clone(&self) -> InteractionProfileAnalogThresholdVALVE
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 moreimpl Copy for InteractionProfileAnalogThresholdVALVE
Auto Trait Implementations
impl RefUnwindSafe for InteractionProfileAnalogThresholdVALVE
impl !Send for InteractionProfileAnalogThresholdVALVE
impl !Sync for InteractionProfileAnalogThresholdVALVE
impl Unpin for InteractionProfileAnalogThresholdVALVE
impl UnwindSafe for InteractionProfileAnalogThresholdVALVE
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