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