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