#[repr(u32)]pub enum EnvironmentGlowBlendMode {
ModeAdditive = 0,
ModeScreen = 1,
ModeSoftlight = 2,
ModeReplace = 3,
}Variants§
Trait Implementations§
Source§impl Clone for EnvironmentGlowBlendMode
impl Clone for EnvironmentGlowBlendMode
Source§fn clone(&self) -> EnvironmentGlowBlendMode
fn clone(&self) -> EnvironmentGlowBlendMode
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 EnvironmentGlowBlendMode
Source§impl Debug for EnvironmentGlowBlendMode
impl Debug for EnvironmentGlowBlendMode
impl Eq for EnvironmentGlowBlendMode
Source§impl Hash for EnvironmentGlowBlendMode
impl Hash for EnvironmentGlowBlendMode
Source§impl PartialEq for EnvironmentGlowBlendMode
impl PartialEq for EnvironmentGlowBlendMode
Source§fn eq(&self, other: &EnvironmentGlowBlendMode) -> bool
fn eq(&self, other: &EnvironmentGlowBlendMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnvironmentGlowBlendMode
Auto Trait Implementations§
impl Freeze for EnvironmentGlowBlendMode
impl RefUnwindSafe for EnvironmentGlowBlendMode
impl Send for EnvironmentGlowBlendMode
impl Sync for EnvironmentGlowBlendMode
impl Unpin for EnvironmentGlowBlendMode
impl UnsafeUnpin for EnvironmentGlowBlendMode
impl UnwindSafe for EnvironmentGlowBlendMode
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