pub struct MediaColorIndex(/* private fields */);Trait Implementations§
Source§impl Clone for MediaColorIndex
impl Clone for MediaColorIndex
Source§fn clone(&self) -> MediaColorIndex
fn clone(&self) -> MediaColorIndex
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 MediaColorIndex
impl Debug for MediaColorIndex
Source§impl Default for MediaColorIndex
impl Default for MediaColorIndex
Source§fn default() -> MediaColorIndex
fn default() -> MediaColorIndex
Returns the “default value” for a type. Read more
Source§impl Hash for MediaColorIndex
impl Hash for MediaColorIndex
Source§impl Ord for MediaColorIndex
impl Ord for MediaColorIndex
Source§fn cmp(&self, other: &MediaColorIndex) -> Ordering
fn cmp(&self, other: &MediaColorIndex) -> 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 MediaColorIndex
impl PartialEq for MediaColorIndex
Source§impl PartialOrd for MediaColorIndex
impl PartialOrd for MediaColorIndex
Source§impl ToCss for MediaColorIndex
impl ToCss for MediaColorIndex
impl Eq for MediaColorIndex
impl StructuralPartialEq for MediaColorIndex
Auto Trait Implementations§
impl Freeze for MediaColorIndex
impl RefUnwindSafe for MediaColorIndex
impl !Send for MediaColorIndex
impl !Sync for MediaColorIndex
impl Unpin for MediaColorIndex
impl UnwindSafe for MediaColorIndex
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