#[repr(u32)]pub enum ARVRPositionalTrackerTrackerHand {
Unknown = 0,
TrackerLeftHand = 1,
TrackerRightHand = 2,
}Variants§
Trait Implementations§
Source§impl Clone for ARVRPositionalTrackerTrackerHand
impl Clone for ARVRPositionalTrackerTrackerHand
Source§fn clone(&self) -> ARVRPositionalTrackerTrackerHand
fn clone(&self) -> ARVRPositionalTrackerTrackerHand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for ARVRPositionalTrackerTrackerHand
impl PartialEq for ARVRPositionalTrackerTrackerHand
Source§fn eq(&self, other: &ARVRPositionalTrackerTrackerHand) -> bool
fn eq(&self, other: &ARVRPositionalTrackerTrackerHand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ARVRPositionalTrackerTrackerHand
impl Eq for ARVRPositionalTrackerTrackerHand
impl StructuralPartialEq for ARVRPositionalTrackerTrackerHand
Auto Trait Implementations§
impl Freeze for ARVRPositionalTrackerTrackerHand
impl RefUnwindSafe for ARVRPositionalTrackerTrackerHand
impl Send for ARVRPositionalTrackerTrackerHand
impl Sync for ARVRPositionalTrackerTrackerHand
impl Unpin for ARVRPositionalTrackerTrackerHand
impl UnwindSafe for ARVRPositionalTrackerTrackerHand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more