pub enum PaletteType {
Logical = 1,
Physical = 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 moreimpl Copy 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