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