Struct winapi::wingdi::RGBQUAD  
                   
                       [−]
                   
               [src]
pub struct RGBQUAD {
    pub rgbBlue: BYTE,
    pub rgbGreen: BYTE,
    pub rgbRed: BYTE,
    pub rgbReserved: BYTE,
}Fields
| rgbBlue | |
| rgbGreen | |
| rgbRed | |
| rgbReserved | 
Trait Implementations
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