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