Struct ColormapAlloc
pub struct ColormapAlloc(/* private fields */);
Implementations§
§impl ColormapAlloc
impl ColormapAlloc
pub const NONE: ColormapAlloc = _
pub const ALL: ColormapAlloc = _
Trait Implementations§
§impl Clone for ColormapAlloc
impl Clone for ColormapAlloc
§fn clone(&self) -> ColormapAlloc
fn clone(&self) -> ColormapAlloc
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 ColormapAlloc
impl Debug for ColormapAlloc
§impl Default for ColormapAlloc
impl Default for ColormapAlloc
§fn default() -> ColormapAlloc
fn default() -> ColormapAlloc
Returns the “default value” for a type. Read more
§impl From<u8> for ColormapAlloc
impl From<u8> for ColormapAlloc
§fn from(value: u8) -> ColormapAlloc
fn from(value: u8) -> ColormapAlloc
Converts to this type from the input type.
§impl Hash for ColormapAlloc
impl Hash for ColormapAlloc
§impl Ord for ColormapAlloc
impl Ord for ColormapAlloc
§impl PartialEq for ColormapAlloc
impl PartialEq for ColormapAlloc
§impl PartialOrd for ColormapAlloc
impl PartialOrd for ColormapAlloc
impl Copy for ColormapAlloc
impl Eq for ColormapAlloc
impl StructuralPartialEq for ColormapAlloc
Auto Trait Implementations§
impl Freeze for ColormapAlloc
impl RefUnwindSafe for ColormapAlloc
impl Send for ColormapAlloc
impl Sync for ColormapAlloc
impl Unpin for ColormapAlloc
impl UnwindSafe for ColormapAlloc
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
)