#[repr(C)]pub struct color24 {
pub r: u8,
pub g: u8,
pub b: u8,
}Fields§
§r: u8§g: u8§b: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for color24
impl RefUnwindSafe for color24
impl Send for color24
impl Sync for color24
impl Unpin for color24
impl UnwindSafe for color24
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