Struct ColormapState
pub struct ColormapState(/* private fields */);
Expand description
§Fields
Uninstalled
- The colormap was uninstalled.Installed
- The colormap was installed.
Implementations§
§impl ColormapState
impl ColormapState
pub const UNINSTALLED: ColormapState = _
pub const INSTALLED: ColormapState = _
Trait Implementations§
§impl Clone for ColormapState
impl Clone for ColormapState
§fn clone(&self) -> ColormapState
fn clone(&self) -> ColormapState
Returns a copy 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 more§impl Debug for ColormapState
impl Debug for ColormapState
§impl Default for ColormapState
impl Default for ColormapState
§fn default() -> ColormapState
fn default() -> ColormapState
Returns the “default value” for a type. Read more
§impl From<u8> for ColormapState
impl From<u8> for ColormapState
§fn from(value: u8) -> ColormapState
fn from(value: u8) -> ColormapState
Converts to this type from the input type.
§impl Hash for ColormapState
impl Hash for ColormapState
§impl Ord for ColormapState
impl Ord for ColormapState
§impl PartialEq for ColormapState
impl PartialEq for ColormapState
§impl PartialOrd for ColormapState
impl PartialOrd for ColormapState
impl Copy for ColormapState
impl Eq for ColormapState
impl StructuralPartialEq for ColormapState
Auto Trait Implementations§
impl Freeze for ColormapState
impl RefUnwindSafe for ColormapState
impl Send for ColormapState
impl Sync for ColormapState
impl Unpin for ColormapState
impl UnwindSafe for ColormapState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)