Struct winapi::um::wingdi::EMRSETMAPPERFLAGS
source · #[repr(C)]pub struct EMRSETMAPPERFLAGS {
pub emr: EMR,
pub dwFlags: DWORD,
}
Fields§
§emr: EMR
§dwFlags: DWORD
Trait Implementations§
source§impl Clone for EMRSETMAPPERFLAGS
impl Clone for EMRSETMAPPERFLAGS
source§fn clone(&self) -> EMRSETMAPPERFLAGS
fn clone(&self) -> EMRSETMAPPERFLAGS
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 EMRSETMAPPERFLAGS
impl Default for EMRSETMAPPERFLAGS
source§fn default() -> EMRSETMAPPERFLAGS
fn default() -> EMRSETMAPPERFLAGS
Returns the “default value” for a type. Read more