pub struct ImageColors(/* private fields */);Trait Implementations§
Source§impl Debug for ImageColors
impl Debug for ImageColors
Source§impl Deref for ImageColors
impl Deref for ImageColors
Source§impl DerefMut for ImageColors
impl DerefMut for ImageColors
Auto Trait Implementations§
impl Freeze for ImageColors
impl RefUnwindSafe for ImageColors
impl Send for ImageColors
impl Sync for ImageColors
impl Unpin for ImageColors
impl UnsafeUnpin for ImageColors
impl UnwindSafe for ImageColors
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