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