#[repr(C)]pub struct InputFeatureUsage {
pub m_name: Il2CppString,
pub m_internal_type: InputFeatureType,
}Expand description
Fields§
§m_name: Il2CppString§m_internal_type: InputFeatureTypeImplementations§
Source§impl InputFeatureUsage
impl InputFeatureUsage
Sourcepub fn get_name(&mut self) -> Il2CppString
pub fn get_name(&mut self) -> Il2CppString
get_name() overload
Sourcepub fn get_internal_type(&mut self) -> InputFeatureType
pub fn get_internal_type(&mut self) -> InputFeatureType
get_internalType() overload
Sourcepub fn equals(&mut self, obj: impl Into<Object>) -> bool
pub fn equals(&mut self, obj: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overload
Sourcepub fn equals_2(&mut self, other: impl Into<InputFeatureUsage>) -> bool
pub fn equals_2(&mut self, other: impl Into<InputFeatureUsage>) -> bool
Equals(crate::unity_engine::xr::inputfeatureusage::InputFeatureUsage) overload
Sourcepub fn get_hash_code(&mut self) -> i32
pub fn get_hash_code(&mut self) -> i32
GetHashCode() overload
Source§impl InputFeatureUsage
impl InputFeatureUsage
pub fn get_name_method_info() -> &'static MethodInfo
pub fn get_internal_type_method_info() -> &'static MethodInfo
pub fn equals_method_info() -> &'static MethodInfo
pub fn equals_2_method_info() -> &'static MethodInfo
pub fn get_hash_code_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for InputFeatureUsage
impl ClassIdentity for InputFeatureUsage
Source§impl Clone for InputFeatureUsage
impl Clone for InputFeatureUsage
Source§fn clone(&self) -> InputFeatureUsage
fn clone(&self) -> InputFeatureUsage
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 moreimpl Copy for InputFeatureUsage
Auto Trait Implementations§
impl Freeze for InputFeatureUsage
impl RefUnwindSafe for InputFeatureUsage
impl !Send for InputFeatureUsage
impl !Sync for InputFeatureUsage
impl Unpin for InputFeatureUsage
impl UnwindSafe for InputFeatureUsage
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)