#[repr(C)]pub struct tagCRGB {
pub bRed: BYTE,
pub bGreen: BYTE,
pub bBlue: BYTE,
pub bExtra: BYTE,
}Fields§
§bRed: BYTE§bGreen: BYTE§bBlue: BYTE§bExtra: BYTETrait Implementations§
Auto Trait Implementations§
impl Freeze for tagCRGB
impl RefUnwindSafe for tagCRGB
impl Send for tagCRGB
impl Sync for tagCRGB
impl Unpin for tagCRGB
impl UnwindSafe for tagCRGB
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