#[repr(u32)]pub enum gvr_feature {
GVR_FEATURE_ASYNC_REPROJECTION = 0,
GVR_FEATURE_MULTIVIEW = 1,
GVR_FEATURE_EXTERNAL_SURFACE = 2,
GVR_FEATURE_HEAD_POSE_6DOF = 3,
GVR_FEATURE_HARDWARE_BUFFERS = 4,
}Expand description
Types of VR-specific features which may or may not be supported on the underlying platform.
Variants§
GVR_FEATURE_ASYNC_REPROJECTION = 0
GVR_FEATURE_MULTIVIEW = 1
GVR_FEATURE_EXTERNAL_SURFACE = 2
GVR_FEATURE_HEAD_POSE_6DOF = 3
GVR_FEATURE_HARDWARE_BUFFERS = 4
Trait Implementations§
Source§impl Clone for gvr_feature
impl Clone for gvr_feature
Source§fn clone(&self) -> gvr_feature
fn clone(&self) -> gvr_feature
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_feature
impl Debug for gvr_feature
Source§impl Hash for gvr_feature
impl Hash for gvr_feature
Source§impl PartialEq for gvr_feature
impl PartialEq for gvr_feature
impl Copy for gvr_feature
impl Eq for gvr_feature
impl StructuralPartialEq for gvr_feature
Auto Trait Implementations§
impl Freeze for gvr_feature
impl RefUnwindSafe for gvr_feature
impl Send for gvr_feature
impl Sync for gvr_feature
impl Unpin for gvr_feature
impl UnwindSafe for gvr_feature
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