Struct winapi::um::wingdi::RASTERIZER_STATUS
source · #[repr(C)]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§
source§impl Clone for RASTERIZER_STATUS
impl Clone for RASTERIZER_STATUS
source§fn clone(&self) -> RASTERIZER_STATUS
fn clone(&self) -> RASTERIZER_STATUS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RASTERIZER_STATUS
impl Default for RASTERIZER_STATUS
source§fn default() -> RASTERIZER_STATUS
fn default() -> RASTERIZER_STATUS
Returns the “default value” for a type. Read more