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