#[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: BYTE
Trait Implementations§
Source§impl Clone for tagRGBQUAD
impl Clone for tagRGBQUAD
Source§fn clone(&self) -> tagRGBQUAD
fn clone(&self) -> tagRGBQUAD
Returns a copy 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
Source§impl Ord for tagRGBQUAD
impl Ord for tagRGBQUAD
Source§fn cmp(&self, other: &tagRGBQUAD) -> Ordering
fn cmp(&self, other: &tagRGBQUAD) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagRGBQUAD
impl PartialEq for tagRGBQUAD
Source§impl PartialOrd for tagRGBQUAD
impl PartialOrd for tagRGBQUAD
impl Copy for tagRGBQUAD
impl Eq for tagRGBQUAD
impl StructuralPartialEq 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