pub enum ImageColorSpace {
Gray,
Rgb,
Cmyk,
}Expand description
An image color space.
Variants§
Trait Implementations§
Source§impl Clone for ImageColorSpace
impl Clone for ImageColorSpace
Source§fn clone(&self) -> ImageColorSpace
fn clone(&self) -> ImageColorSpace
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 ImageColorSpace
impl Debug for ImageColorSpace
impl Copy for ImageColorSpace
Auto Trait Implementations§
impl Freeze for ImageColorSpace
impl RefUnwindSafe for ImageColorSpace
impl Send for ImageColorSpace
impl Sync for ImageColorSpace
impl Unpin for ImageColorSpace
impl UnwindSafe for ImageColorSpace
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