#[repr(C)]pub struct Rgb8 { /* private fields */ }Expand description
An RGB 8-bit color. Used when the alpha value isn’t used.
Trait Implementations§
impl Copy for Rgb8
Auto Trait Implementations§
impl Freeze for Rgb8
impl RefUnwindSafe for Rgb8
impl Send for Rgb8
impl Sync for Rgb8
impl Unpin for Rgb8
impl UnwindSafe for Rgb8
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