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