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
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