Struct winapi::wingdi::ABC [] [src]

pub struct ABC {
    pub abcA: c_int,
    pub abcB: UINT,
    pub abcC: c_int,
}

Fields

abcA
abcB
abcC

Trait Implementations

Derived Implementations

impl Debug for ABC

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

impl Copy for ABC

impl Clone for ABC

fn clone(&self) -> ABC

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