#[repr(C)]pub enum PaletteType {
Auto = 0,
HLS = 1,
RGB = 2,
}Variants§
Trait Implementations§
Source§impl Clone for PaletteType
impl Clone for PaletteType
Source§fn clone(&self) -> PaletteType
fn clone(&self) -> PaletteType
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 PaletteType
impl Debug for PaletteType
Source§impl Hash for PaletteType
impl Hash for PaletteType
Source§impl PartialEq for PaletteType
impl PartialEq for PaletteType
impl Copy for PaletteType
impl Eq for PaletteType
impl StructuralPartialEq for PaletteType
Auto Trait Implementations§
impl Freeze for PaletteType
impl RefUnwindSafe for PaletteType
impl Send for PaletteType
impl Sync for PaletteType
impl Unpin for PaletteType
impl UnwindSafe for PaletteType
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