pub struct Grayscale;
Expand description
Grayscale Modifier for Image
Trait Implementations§
impl Copy for Grayscale
Auto Trait Implementations§
impl RefUnwindSafe for Grayscale
impl Send for Grayscale
impl Sync for Grayscale
impl Unpin for Grayscale
impl UnwindSafe for Grayscale
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