pub enum ColType {
Auto,
Gray,
GrayAlpha,
Color,
ColorAlpha,
}
Expand description
Color type – these are categories of color formats.
Auto
means automatic/infer/unknown.
Variants§
Implementations§
Trait Implementations§
impl Copy for ColType
impl Eq for ColType
impl StructuralPartialEq for ColType
Auto Trait Implementations§
impl Freeze for ColType
impl RefUnwindSafe for ColType
impl Send for ColType
impl Sync for ColType
impl Unpin for ColType
impl UnwindSafe for ColType
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