Struct winapi::shared::wtypes::RemHMETAFILEPICT [−][src]
#[repr(C)]pub struct RemHMETAFILEPICT {
pub mm: LONG,
pub xExt: LONG,
pub yExt: LONG,
pub cbData: ULONG,
pub data: [byte; 1],
}
Fields
mm: LONG
xExt: LONG
yExt: LONG
cbData: ULONG
data: [byte; 1]
Trait Implementations
Returns the “default value” for a type. Read more