#[repr(u32)]pub enum Colormap {
Deep = 0,
Dark = 1,
Pastel = 2,
Paired = 3,
Viridis = 4,
Plasma = 5,
Hot = 6,
Cool = 7,
Pink = 8,
Jet = 9,
}Expand description
Built-in colormaps
Variants§
Trait Implementations§
impl Copy for Colormap
impl Eq for Colormap
impl StructuralPartialEq for Colormap
Auto Trait Implementations§
impl Freeze for Colormap
impl RefUnwindSafe for Colormap
impl Send for Colormap
impl Sync for Colormap
impl Unpin for Colormap
impl UnwindSafe for Colormap
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