pub struct ColorQuantizer;Expand description
Color quantization
Implementations§
Auto Trait Implementations§
impl Freeze for ColorQuantizer
impl RefUnwindSafe for ColorQuantizer
impl Send for ColorQuantizer
impl Sync for ColorQuantizer
impl Unpin for ColorQuantizer
impl UnsafeUnpin for ColorQuantizer
impl UnwindSafe for ColorQuantizer
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