pub enum VideoColorGamutMediaFeature {
WithValue(LeftParen, Ident, Colon, VideoColorGamutMediaFeatureKeyword, RightParen),
Bare(LeftParen, Ident, RightParen),
}Variants§
WithValue(LeftParen, Ident, Colon, VideoColorGamutMediaFeatureKeyword, RightParen)
Bare(LeftParen, Ident, RightParen)
Trait Implementations§
Source§impl Clone for VideoColorGamutMediaFeature
impl Clone for VideoColorGamutMediaFeature
Source§fn clone(&self) -> VideoColorGamutMediaFeature
fn clone(&self) -> VideoColorGamutMediaFeature
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 VideoColorGamutMediaFeature
impl Debug for VideoColorGamutMediaFeature
Source§impl<'a> DiscreteFeature<'a> for VideoColorGamutMediaFeature
impl<'a> DiscreteFeature<'a> for VideoColorGamutMediaFeature
type Value = VideoColorGamutMediaFeatureKeyword
fn parse_discrete_feature<I>( p: &mut Parser<'a, I>, atom: &'static dyn DynAtomSet, ) -> Result<(LeftParen, Ident, Option<(Colon, Self::Value)>, RightParen), Diagnostic>
Source§impl Hash for VideoColorGamutMediaFeature
impl Hash for VideoColorGamutMediaFeature
Source§impl Ord for VideoColorGamutMediaFeature
impl Ord for VideoColorGamutMediaFeature
Source§fn cmp(&self, other: &VideoColorGamutMediaFeature) -> Ordering
fn cmp(&self, other: &VideoColorGamutMediaFeature) -> 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 VideoColorGamutMediaFeature
impl<'a> Parse<'a> for VideoColorGamutMediaFeature
Source§impl PartialOrd for VideoColorGamutMediaFeature
impl PartialOrd for VideoColorGamutMediaFeature
Source§impl ToCursors for VideoColorGamutMediaFeature
impl ToCursors for VideoColorGamutMediaFeature
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for VideoColorGamutMediaFeature
impl Eq for VideoColorGamutMediaFeature
impl StructuralPartialEq for VideoColorGamutMediaFeature
Auto Trait Implementations§
impl Freeze for VideoColorGamutMediaFeature
impl RefUnwindSafe for VideoColorGamutMediaFeature
impl Send for VideoColorGamutMediaFeature
impl Sync for VideoColorGamutMediaFeature
impl Unpin for VideoColorGamutMediaFeature
impl UnwindSafe for VideoColorGamutMediaFeature
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