#[repr(C)]
pub union ColorU8 {
pub channels: ColorU8_Channels,
pub components: [u8; 4],
pub combined: u32,
}
Fields§
§channels: ColorU8_Channels
§components: [u8; 4]
§combined: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColorU8
impl RefUnwindSafe for ColorU8
impl Send for ColorU8
impl Sync for ColorU8
impl Unpin for ColorU8
impl UnwindSafe for ColorU8
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