pub struct PhaseColorMap;Expand description
Map complex phase to HSV color.
Implementations§
Auto Trait Implementations§
impl Freeze for PhaseColorMap
impl RefUnwindSafe for PhaseColorMap
impl Send for PhaseColorMap
impl Sync for PhaseColorMap
impl Unpin for PhaseColorMap
impl UnsafeUnpin for PhaseColorMap
impl UnwindSafe for PhaseColorMap
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