pub struct ColormapIndex(/* private fields */);Expand description
Runtime ImPlot3D colormap index.
Implementations§
Trait Implementations§
Source§impl Clone for ColormapIndex
impl Clone for ColormapIndex
Source§fn clone(&self) -> ColormapIndex
fn clone(&self) -> ColormapIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ColormapIndex
Source§impl Debug for ColormapIndex
impl Debug for ColormapIndex
impl Eq for ColormapIndex
Source§impl From<Colormap> for ColormapIndex
impl From<Colormap> for ColormapIndex
Source§impl From<usize> for ColormapIndex
impl From<usize> for ColormapIndex
Source§impl Hash for ColormapIndex
impl Hash for ColormapIndex
Source§impl Ord for ColormapIndex
impl Ord for ColormapIndex
Source§fn cmp(&self, other: &ColormapIndex) -> Ordering
fn cmp(&self, other: &ColormapIndex) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ColormapIndex
impl PartialEq for ColormapIndex
Source§fn eq(&self, other: &ColormapIndex) -> bool
fn eq(&self, other: &ColormapIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ColormapIndex
impl PartialOrd for ColormapIndex
impl StructuralPartialEq for ColormapIndex
Auto Trait Implementations§
impl Freeze for ColormapIndex
impl RefUnwindSafe for ColormapIndex
impl Send for ColormapIndex
impl Sync for ColormapIndex
impl Unpin for ColormapIndex
impl UnsafeUnpin for ColormapIndex
impl UnwindSafe for ColormapIndex
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