#[repr(C)]pub struct tagRGBQUAD {
pub rgbBlue: BYTE,
pub rgbGreen: BYTE,
pub rgbRed: BYTE,
pub rgbReserved: BYTE,
}Fields§
§rgbBlue: BYTE§rgbGreen: BYTE§rgbRed: BYTE§rgbReserved: BYTETrait Implementations§
Source§impl Clone for tagRGBQUAD
impl Clone for tagRGBQUAD
Source§fn clone(&self) -> tagRGBQUAD
fn clone(&self) -> tagRGBQUAD
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagRGBQUAD
impl Debug for tagRGBQUAD
impl Copy for tagRGBQUAD
Auto Trait Implementations§
impl Freeze for tagRGBQUAD
impl RefUnwindSafe for tagRGBQUAD
impl Send for tagRGBQUAD
impl Sync for tagRGBQUAD
impl Unpin for tagRGBQUAD
impl UnwindSafe for tagRGBQUAD
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