#[repr(u32)]pub enum gvr_reprojection {
GVR_REPROJECTION_NONE = 0,
GVR_REPROJECTION_FULL = 1,
}Expand description
Types of asynchronous reprojection.
Variants§
Trait Implementations§
Source§impl Clone for gvr_reprojection
impl Clone for gvr_reprojection
Source§fn clone(&self) -> gvr_reprojection
fn clone(&self) -> gvr_reprojection
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_reprojection
impl Debug for gvr_reprojection
Source§impl Hash for gvr_reprojection
impl Hash for gvr_reprojection
Source§impl PartialEq for gvr_reprojection
impl PartialEq for gvr_reprojection
impl Copy for gvr_reprojection
impl Eq for gvr_reprojection
impl StructuralPartialEq for gvr_reprojection
Auto Trait Implementations§
impl Freeze for gvr_reprojection
impl RefUnwindSafe for gvr_reprojection
impl Send for gvr_reprojection
impl Sync for gvr_reprojection
impl Unpin for gvr_reprojection
impl UnwindSafe for gvr_reprojection
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