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