#[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: BYTE
Trait Implementations§
Source§impl Ord for tagCRGB
impl Ord for tagCRGB
Source§impl PartialOrd for tagCRGB
impl PartialOrd for tagCRGB
impl Copy for tagCRGB
impl Eq for tagCRGB
impl StructuralPartialEq for tagCRGB
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