pub struct Color16 { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Color16
impl RefUnwindSafe for Color16
impl Send for Color16
impl Sync for Color16
impl Unpin for Color16
impl UnwindSafe for Color16
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