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: LONG y: LONG Red: COLOR16 Green: COLOR16 Blue: COLOR16 Alpha: COLOR16

Trait Implementations

impl Debug for TRIVERTEX
[src]

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

Formats the value using the given formatter.

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