Struct winapi::wingdi::RGBQUAD [] [src]

pub struct RGBQUAD {
    pub rgbBlue: BYTE,
    pub rgbGreen: BYTE,
    pub rgbRed: BYTE,
    pub rgbReserved: BYTE,
}

Fields

rgbBlue: BYTE rgbGreen: BYTE rgbRed: BYTE rgbReserved: BYTE

Trait Implementations

impl Debug for RGBQUAD
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for RGBQUAD
[src]

impl Clone for RGBQUAD
[src]

fn clone(&self) -> RGBQUAD

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more