Enum webxr::glwindow::GlWindowMode
source · pub enum GlWindowMode {
Blit,
StereoLeftRight,
StereoRedCyan,
Cubemap,
Spherical,
}
Variants§
Trait Implementations§
source§impl Clone for GlWindowMode
impl Clone for GlWindowMode
source§fn clone(&self) -> GlWindowMode
fn clone(&self) -> GlWindowMode
Returns a copy 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 GlWindowMode
impl Debug for GlWindowMode
source§impl PartialEq<GlWindowMode> for GlWindowMode
impl PartialEq<GlWindowMode> for GlWindowMode
source§fn eq(&self, other: &GlWindowMode) -> bool
fn eq(&self, other: &GlWindowMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.