#[repr(u32)]pub enum gvr_event_type {
GVR_EVENT_RECENTER = 1,
GVR_EVENT_SAFETY_REGION_EXIT = 2,
GVR_EVENT_SAFETY_REGION_ENTER = 3,
GVR_EVENT_HEAD_TRACKING_RESUMED = 4,
GVR_EVENT_HEAD_TRACKING_PAUSED = 5,
}Expand description
The type of gvr_event.
Variants§
GVR_EVENT_RECENTER = 1
GVR_EVENT_SAFETY_REGION_EXIT = 2
GVR_EVENT_SAFETY_REGION_ENTER = 3
GVR_EVENT_HEAD_TRACKING_RESUMED = 4
GVR_EVENT_HEAD_TRACKING_PAUSED = 5
Trait Implementations§
Source§impl Clone for gvr_event_type
impl Clone for gvr_event_type
Source§fn clone(&self) -> gvr_event_type
fn clone(&self) -> gvr_event_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_event_type
impl Debug for gvr_event_type
Source§impl Hash for gvr_event_type
impl Hash for gvr_event_type
Source§impl PartialEq for gvr_event_type
impl PartialEq for gvr_event_type
impl Copy for gvr_event_type
impl Eq for gvr_event_type
impl StructuralPartialEq for gvr_event_type
Auto Trait Implementations§
impl Freeze for gvr_event_type
impl RefUnwindSafe for gvr_event_type
impl Send for gvr_event_type
impl Sync for gvr_event_type
impl Unpin for gvr_event_type
impl UnwindSafe for gvr_event_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