#[repr(C)]pub struct InputFeatureType {
pub value: u32,
}Expand description
Fields§
§value: u32Implementations§
Source§impl InputFeatureType
impl InputFeatureType
pub fn custom() -> Self
pub fn binary() -> Self
pub fn discrete_states() -> Self
pub fn axis1_d() -> Self
pub fn axis2_d() -> Self
pub fn axis3_d() -> Self
pub fn rotation() -> Self
pub fn hand() -> Self
pub fn bone() -> Self
pub fn eyes() -> Self
pub fn k_unity_xr_input_feature_type_invalid() -> Self
Trait Implementations§
Source§impl ClassIdentity for InputFeatureType
impl ClassIdentity for InputFeatureType
Source§impl Clone for InputFeatureType
impl Clone for InputFeatureType
Source§fn clone(&self) -> InputFeatureType
fn clone(&self) -> InputFeatureType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InputFeatureType
impl Debug for InputFeatureType
Source§impl PartialEq for InputFeatureType
impl PartialEq for InputFeatureType
impl Copy for InputFeatureType
impl Eq for InputFeatureType
impl StructuralPartialEq for InputFeatureType
Auto Trait Implementations§
impl Freeze for InputFeatureType
impl RefUnwindSafe for InputFeatureType
impl Send for InputFeatureType
impl Sync for InputFeatureType
impl Unpin for InputFeatureType
impl UnwindSafe for InputFeatureType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)