Struct winapi::wingdi::RASTERIZER_STATUS [] [src]

pub struct RASTERIZER_STATUS {
    pub nSize: c_short,
    pub wFlags: c_short,
    pub nLanguageID: c_short,
}

Fields

nSize: c_short wFlags: c_short nLanguageID: c_short

Trait Implementations

impl Debug for RASTERIZER_STATUS
[src]

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

Formats the value using the given formatter.

impl Copy for RASTERIZER_STATUS
[src]

impl Clone for RASTERIZER_STATUS
[src]

fn clone(&self) -> RASTERIZER_STATUS

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