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