pub enum GlassesClass {
MonoHud,
Stereo6Dof,
DisplayOnly,
}Expand description
Glasses-specific adapter path selected from an already-derived profile.
Variants§
MonoHud
A mono HUD edge such as the Halo.
Stereo6Dof
A stereo, pose-coupled edge such as the Luma Ultra.
DisplayOnly
A mirror/display-only pair with no local spatial adapter.
Trait Implementations§
Source§impl Clone for GlassesClass
impl Clone for GlassesClass
Source§fn clone(&self) -> GlassesClass
fn clone(&self) -> GlassesClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GlassesClass
Source§impl Debug for GlassesClass
impl Debug for GlassesClass
impl Eq for GlassesClass
Source§impl PartialEq for GlassesClass
impl PartialEq for GlassesClass
impl StructuralPartialEq for GlassesClass
Auto Trait Implementations§
impl Freeze for GlassesClass
impl RefUnwindSafe for GlassesClass
impl Send for GlassesClass
impl Sync for GlassesClass
impl Unpin for GlassesClass
impl UnsafeUnpin for GlassesClass
impl UnwindSafe for GlassesClass
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