pub struct PColorMap { /* private fields */ }Expand description
Map which interpolates between colors
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PColorMap
impl RefUnwindSafe for PColorMap
impl Send for PColorMap
impl Sync for PColorMap
impl Unpin for PColorMap
impl UnsafeUnpin for PColorMap
impl UnwindSafe for PColorMap
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