Struct winapi::shared::wtypes::remoteMETAFILEPICT [−][src]
#[repr(C)]pub struct remoteMETAFILEPICT {
pub mm: LONG,
pub xExt: LONG,
pub yExt: LONG,
pub hMF: *mut userHMETAFILE,
}
Fields
mm: LONG
xExt: LONG
yExt: LONG
hMF: *mut userHMETAFILE
Trait Implementations
Returns the “default value” for a type. Read more