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

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

Fields

peRed: BYTE peGreen: BYTE peBlue: BYTE peFlags: BYTE

Trait Implementations

impl Debug for PALETTEENTRY
[src]

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

Formats the value using the given formatter.

impl Copy for PALETTEENTRY
[src]

impl Clone for PALETTEENTRY
[src]

fn clone(&self) -> PALETTEENTRY

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