pub enum RgbUnit {
Red,
Green,
Blue,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RgbUnit
impl RefUnwindSafe for RgbUnit
impl Send for RgbUnit
impl Sync for RgbUnit
impl Unpin for RgbUnit
impl UnwindSafe for RgbUnit
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