Enum webxr_api::session::EnvironmentBlendMode
source · pub enum EnvironmentBlendMode {
Opaque,
AlphaBlend,
Additive,
}
Expand description
https://immersive-web.github.io/webxr-ar-module/#xrenvironmentblendmode-enum
Variants§
Trait Implementations§
source§impl Clone for EnvironmentBlendMode
impl Clone for EnvironmentBlendMode
source§fn clone(&self) -> EnvironmentBlendMode
fn clone(&self) -> EnvironmentBlendMode
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 EnvironmentBlendMode
impl Debug for EnvironmentBlendMode
source§impl<'de> Deserialize<'de> for EnvironmentBlendMode
impl<'de> Deserialize<'de> for EnvironmentBlendMode
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<EnvironmentBlendMode> for EnvironmentBlendMode
impl PartialEq<EnvironmentBlendMode> for EnvironmentBlendMode
source§fn eq(&self, other: &EnvironmentBlendMode) -> bool
fn eq(&self, other: &EnvironmentBlendMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.