Struct winapi::wingdi::RASTERIZER_STATUS
[−]
[src]
pub struct RASTERIZER_STATUS { pub nSize: c_short, pub wFlags: c_short, pub nLanguageID: c_short, }
Fields
nSize | |
wFlags | |
nLanguageID |
Trait Implementations
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