pub enum MediaPointer {
none,
coarse,
fine,
}Variants§
Trait Implementations§
Source§impl Clone for MediaPointer
impl Clone for MediaPointer
Source§fn clone(&self) -> MediaPointer
fn clone(&self) -> MediaPointer
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 MediaPointer
impl Debug for MediaPointer
Source§impl Hash for MediaPointer
impl Hash for MediaPointer
Source§impl Ord for MediaPointer
impl Ord for MediaPointer
Source§fn cmp(&self, other: &MediaPointer) -> Ordering
fn cmp(&self, other: &MediaPointer) -> 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 PartialEq for MediaPointer
impl PartialEq for MediaPointer
Source§impl PartialOrd for MediaPointer
impl PartialOrd for MediaPointer
Source§impl ToCss for MediaPointer
impl ToCss for MediaPointer
impl Copy for MediaPointer
impl Eq for MediaPointer
impl StructuralPartialEq for MediaPointer
Auto Trait Implementations§
impl Freeze for MediaPointer
impl RefUnwindSafe for MediaPointer
impl Send for MediaPointer
impl Sync for MediaPointer
impl Unpin for MediaPointer
impl UnwindSafe for MediaPointer
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