#[repr(u32)]pub enum gvr_recenter_event_type {
GVR_RECENTER_EVENT_RESTART = 1,
GVR_RECENTER_EVENT_ALIGNED = 2,
GVR_RECENTER_EVENT_DON = 3,
}Expand description
The type of a recentering associated with a GVR_EVENT_RECENTER event.
Variants§
Trait Implementations§
Source§impl Clone for gvr_recenter_event_type
impl Clone for gvr_recenter_event_type
Source§fn clone(&self) -> gvr_recenter_event_type
fn clone(&self) -> gvr_recenter_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_recenter_event_type
impl Debug for gvr_recenter_event_type
Source§impl Hash for gvr_recenter_event_type
impl Hash for gvr_recenter_event_type
Source§impl PartialEq for gvr_recenter_event_type
impl PartialEq for gvr_recenter_event_type
impl Copy for gvr_recenter_event_type
impl Eq for gvr_recenter_event_type
impl StructuralPartialEq for gvr_recenter_event_type
Auto Trait Implementations§
impl Freeze for gvr_recenter_event_type
impl RefUnwindSafe for gvr_recenter_event_type
impl Send for gvr_recenter_event_type
impl Sync for gvr_recenter_event_type
impl Unpin for gvr_recenter_event_type
impl UnwindSafe for gvr_recenter_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