#[repr(C)]pub struct XRNode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl XRNode
impl XRNode
pub fn left_eye() -> Self
pub fn right_eye() -> Self
pub fn center_eye() -> Self
pub fn head() -> Self
pub fn left_hand() -> Self
pub fn right_hand() -> Self
pub fn game_controller() -> Self
pub fn tracking_reference() -> Self
pub fn hardware_tracker() -> Self
Trait Implementations§
Source§impl ClassIdentity for XRNode
impl ClassIdentity for XRNode
impl Copy for XRNode
impl Eq for XRNode
impl StructuralPartialEq for XRNode
Auto Trait Implementations§
impl Freeze for XRNode
impl RefUnwindSafe for XRNode
impl Send for XRNode
impl Sync for XRNode
impl Unpin for XRNode
impl UnwindSafe for XRNode
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)