#[repr(C)]pub struct Eyes {
pub m_device_id: u64,
pub m_feature_index: u32,
}Expand description
Fields§
§m_device_id: u64§m_feature_index: u32Implementations§
Source§impl Eyes
impl Eyes
Sourcepub fn get_device_id(&mut self) -> u64
pub fn get_device_id(&mut self) -> u64
get_deviceId() overload
Sourcepub fn get_feature_index(&mut self) -> u32
pub fn get_feature_index(&mut self) -> u32
get_featureIndex() 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<Eyes>) -> bool
pub fn equals_2(&mut self, other: impl Into<Eyes>) -> bool
Equals(crate::unity_engine::xr::eyes::Eyes) overload
Sourcepub fn get_hash_code(&mut self) -> i32
pub fn get_hash_code(&mut self) -> i32
GetHashCode() overload
Source§impl Eyes
impl Eyes
pub fn get_device_id_method_info() -> &'static MethodInfo
pub fn get_feature_index_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§
Auto Trait Implementations§
impl Freeze for Eyes
impl RefUnwindSafe for Eyes
impl Send for Eyes
impl Sync for Eyes
impl Unpin for Eyes
impl UnwindSafe for Eyes
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)