#[repr(u32)]pub enum gvr_viewer_type {
GVR_VIEWER_TYPE_CARDBOARD = 0,
GVR_VIEWER_TYPE_DAYDREAM = 1,
}Expand description
The type of VR viewer.
Variants§
Trait Implementations§
Source§impl Clone for gvr_viewer_type
impl Clone for gvr_viewer_type
Source§fn clone(&self) -> gvr_viewer_type
fn clone(&self) -> gvr_viewer_type
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_viewer_type
impl Debug for gvr_viewer_type
Source§impl Hash for gvr_viewer_type
impl Hash for gvr_viewer_type
Source§impl PartialEq for gvr_viewer_type
impl PartialEq for gvr_viewer_type
impl Copy for gvr_viewer_type
impl Eq for gvr_viewer_type
impl StructuralPartialEq for gvr_viewer_type
Auto Trait Implementations§
impl Freeze for gvr_viewer_type
impl RefUnwindSafe for gvr_viewer_type
impl Send for gvr_viewer_type
impl Sync for gvr_viewer_type
impl Unpin for gvr_viewer_type
impl UnwindSafe for gvr_viewer_type
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