pub struct Rgb666;Expand description
RGB666 Interface
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rgb666
impl RefUnwindSafe for Rgb666
impl Send for Rgb666
impl Sync for Rgb666
impl Unpin for Rgb666
impl UnwindSafe for Rgb666
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