Struct winapi::wingdi::PALETTEENTRY [] [src]

pub struct PALETTEENTRY {
    pub peRed: BYTE,
    pub peGreen: BYTE,
    pub peBlue: BYTE,
    pub peFlags: BYTE,
}

Fields

peRed
peGreen
peBlue
peFlags

Trait Implementations

Derived Implementations

impl Debug for PALETTEENTRY

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

impl Copy for PALETTEENTRY

impl Clone for PALETTEENTRY

fn clone(&self) -> PALETTEENTRY

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