pub enum EnvironmentBlendingMediaFeatureKeyword {
Opaque(Ident),
Additive(Ident),
Subtractive(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for EnvironmentBlendingMediaFeatureKeyword
impl Clone for EnvironmentBlendingMediaFeatureKeyword
Source§fn clone(&self) -> EnvironmentBlendingMediaFeatureKeyword
fn clone(&self) -> EnvironmentBlendingMediaFeatureKeyword
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 Ord for EnvironmentBlendingMediaFeatureKeyword
impl Ord for EnvironmentBlendingMediaFeatureKeyword
Source§fn cmp(&self, other: &EnvironmentBlendingMediaFeatureKeyword) -> Ordering
fn cmp(&self, other: &EnvironmentBlendingMediaFeatureKeyword) -> 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<'a> Parse<'a> for EnvironmentBlendingMediaFeatureKeyword
impl<'a> Parse<'a> for EnvironmentBlendingMediaFeatureKeyword
Source§impl PartialEq for EnvironmentBlendingMediaFeatureKeyword
impl PartialEq for EnvironmentBlendingMediaFeatureKeyword
Source§fn eq(&self, other: &EnvironmentBlendingMediaFeatureKeyword) -> bool
fn eq(&self, other: &EnvironmentBlendingMediaFeatureKeyword) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EnvironmentBlendingMediaFeatureKeyword
impl PartialOrd for EnvironmentBlendingMediaFeatureKeyword
Source§impl<'a> Peek<'a> for EnvironmentBlendingMediaFeatureKeyword
impl<'a> Peek<'a> for EnvironmentBlendingMediaFeatureKeyword
Source§impl ToCursors for EnvironmentBlendingMediaFeatureKeyword
impl ToCursors for EnvironmentBlendingMediaFeatureKeyword
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for EnvironmentBlendingMediaFeatureKeyword
impl Eq for EnvironmentBlendingMediaFeatureKeyword
impl StructuralPartialEq for EnvironmentBlendingMediaFeatureKeyword
Auto Trait Implementations§
impl Freeze for EnvironmentBlendingMediaFeatureKeyword
impl RefUnwindSafe for EnvironmentBlendingMediaFeatureKeyword
impl Send for EnvironmentBlendingMediaFeatureKeyword
impl Sync for EnvironmentBlendingMediaFeatureKeyword
impl Unpin for EnvironmentBlendingMediaFeatureKeyword
impl UnwindSafe for EnvironmentBlendingMediaFeatureKeyword
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