#[repr(C)]pub struct RGB24 {
pub blue: UINT8,
pub green: UINT8,
pub red: UINT8,
}
Fields§
§blue: UINT8
§green: UINT8
§red: UINT8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RGB24
impl RefUnwindSafe for RGB24
impl Send for RGB24
impl Sync for RGB24
impl Unpin for RGB24
impl UnwindSafe for RGB24
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