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