pub struct Grays { /* private fields */ }Expand description
A color map in the gray spectrum
Implementations§
Trait Implementations§
Source§impl PartialOrd for Grays
impl PartialOrd for Grays
impl Copy for Grays
impl StructuralPartialEq for Grays
Auto Trait Implementations§
impl Freeze for Grays
impl RefUnwindSafe for Grays
impl Send for Grays
impl Sync for Grays
impl Unpin for Grays
impl UnwindSafe for Grays
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