Enum webxr::glwindow::GlWindowMode
source · pub enum GlWindowMode {
Blit,
StereoLeftRight,
StereoRedCyan,
Cubemap,
Spherical,
}
Variants
Trait Implementations
sourceimpl Clone for GlWindowMode
impl Clone for GlWindowMode
sourcefn clone(&self) -> GlWindowMode
fn clone(&self) -> GlWindowMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GlWindowMode
impl Debug for GlWindowMode
sourceimpl PartialEq<GlWindowMode> for GlWindowMode
impl PartialEq<GlWindowMode> for GlWindowMode
sourcefn eq(&self, other: &GlWindowMode) -> bool
fn eq(&self, other: &GlWindowMode) -> bool
impl Copy for GlWindowMode
impl Eq for GlWindowMode
impl StructuralEq for GlWindowMode
impl StructuralPartialEq for GlWindowMode
Auto Trait Implementations
impl RefUnwindSafe for GlWindowMode
impl Send for GlWindowMode
impl Sync for GlWindowMode
impl Unpin for GlWindowMode
impl UnwindSafe for GlWindowMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more