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 for EnvironmentBlendMode
impl PartialEq 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 ==
.source§impl Serialize for EnvironmentBlendMode
impl Serialize for EnvironmentBlendMode
impl Copy for EnvironmentBlendMode
impl Eq for EnvironmentBlendMode
impl StructuralPartialEq for EnvironmentBlendMode
Auto Trait Implementations§
impl Freeze for EnvironmentBlendMode
impl RefUnwindSafe for EnvironmentBlendMode
impl Send for EnvironmentBlendMode
impl Sync for EnvironmentBlendMode
impl Unpin for EnvironmentBlendMode
impl UnwindSafe for EnvironmentBlendMode
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