Struct winapi::wingdi::TRIVERTEX [] [src]

pub struct TRIVERTEX {
    pub x: LONG,
    pub y: LONG,
    pub Red: COLOR16,
    pub Green: COLOR16,
    pub Blue: COLOR16,
    pub Alpha: COLOR16,
}

Fields

x
y
Red
Green
Blue
Alpha

Trait Implementations

impl Copy for TRIVERTEX
[src]

impl Clone for TRIVERTEX
[src]

fn clone(&self) -> TRIVERTEX

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

Derived Implementations

impl Debug for TRIVERTEX
[src]

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

Formats the value using the given formatter.