#[repr(u32)]pub enum gvr_controller_handedness {
GVR_CONTROLLER_RIGHT_HANDED = 0,
GVR_CONTROLLER_LEFT_HANDED = 1,
}Variants§
Trait Implementations§
Source§impl Clone for gvr_controller_handedness
impl Clone for gvr_controller_handedness
Source§fn clone(&self) -> gvr_controller_handedness
fn clone(&self) -> gvr_controller_handedness
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 Debug for gvr_controller_handedness
impl Debug for gvr_controller_handedness
Source§impl Hash for gvr_controller_handedness
impl Hash for gvr_controller_handedness
impl Copy for gvr_controller_handedness
impl Eq for gvr_controller_handedness
impl StructuralPartialEq for gvr_controller_handedness
Auto Trait Implementations§
impl Freeze for gvr_controller_handedness
impl RefUnwindSafe for gvr_controller_handedness
impl Send for gvr_controller_handedness
impl Sync for gvr_controller_handedness
impl Unpin for gvr_controller_handedness
impl UnwindSafe for gvr_controller_handedness
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