pub enum DitherMode {
None,
Ordered,
ErrorDiffusion,
}Variants§
Trait Implementations§
Source§impl Clone for DitherMode
impl Clone for DitherMode
Source§fn clone(&self) -> DitherMode
fn clone(&self) -> DitherMode
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 DitherMode
impl Debug for DitherMode
Source§impl PartialEq for DitherMode
impl PartialEq for DitherMode
impl Copy for DitherMode
impl Eq for DitherMode
impl StructuralPartialEq for DitherMode
Auto Trait Implementations§
impl Freeze for DitherMode
impl RefUnwindSafe for DitherMode
impl Send for DitherMode
impl Sync for DitherMode
impl Unpin for DitherMode
impl UnsafeUnpin for DitherMode
impl UnwindSafe for DitherMode
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