pub enum Colormap {
Show 14 variants
Turbo,
Jet,
Cividis,
Inferno,
Magma,
Ocean,
Pink,
Plasma,
Spring,
Summer,
Twilight,
TwilightShifted,
Viridis,
Winter,
}Variants§
Turbo
Jet
Cividis
Inferno
Magma
Ocean
Pink
Plasma
Spring
Summer
Twilight
TwilightShifted
Viridis
Winter
Trait Implementations§
Source§impl Ord for Colormap
impl Ord for Colormap
Source§impl PartialOrd for Colormap
impl PartialOrd for Colormap
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 UnsafeUnpin 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