pub enum SignalColor {
One(CIEColor),
Two(CIEColor, CIEColor),
}Variants§
Trait Implementations§
Source§impl Debug for SignalColor
impl Debug for SignalColor
Auto Trait Implementations§
impl Freeze for SignalColor
impl RefUnwindSafe for SignalColor
impl Send for SignalColor
impl Sync for SignalColor
impl Unpin for SignalColor
impl UnsafeUnpin for SignalColor
impl UnwindSafe for SignalColor
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