Struct winapi::um::wingdi::METAFILEPICT [−][src]
#[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
Returns the “default value” for a type. Read more