pub struct EnvironmentGlowBlendMode(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl EnvironmentGlowBlendMode
impl EnvironmentGlowBlendMode
pub const ADDITIVE: EnvironmentGlowBlendMode
pub const SCREEN: EnvironmentGlowBlendMode
pub const SOFTLIGHT: EnvironmentGlowBlendMode
pub const REPLACE: EnvironmentGlowBlendMode
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 · 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 EnvironmentGlowBlendMode
impl Debug for EnvironmentGlowBlendMode
Source§impl From<EnvironmentGlowBlendMode> for i64
impl From<EnvironmentGlowBlendMode> for i64
Source§fn from(v: EnvironmentGlowBlendMode) -> Self
fn from(v: EnvironmentGlowBlendMode) -> Self
Converts to this type from the input type.
Source§impl From<i64> for EnvironmentGlowBlendMode
impl From<i64> for EnvironmentGlowBlendMode
Source§impl FromVariant for EnvironmentGlowBlendMode
impl FromVariant for EnvironmentGlowBlendMode
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for EnvironmentGlowBlendMode
impl Hash for EnvironmentGlowBlendMode
Source§impl Ord for EnvironmentGlowBlendMode
impl Ord for EnvironmentGlowBlendMode
Source§fn cmp(&self, other: &EnvironmentGlowBlendMode) -> Ordering
fn cmp(&self, other: &EnvironmentGlowBlendMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EnvironmentGlowBlendMode
impl PartialEq for EnvironmentGlowBlendMode
Source§impl PartialOrd for EnvironmentGlowBlendMode
impl PartialOrd for EnvironmentGlowBlendMode
impl Copy for EnvironmentGlowBlendMode
impl Eq for EnvironmentGlowBlendMode
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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.