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