Struct winapi::um::wingdi::PSFEATURE_CUSTPAPER [−][src]
#[repr(C)]pub struct PSFEATURE_CUSTPAPER {
pub lOrientation: LONG,
pub lWidth: LONG,
pub lHeight: LONG,
pub lWidthOffset: LONG,
pub lHeightOffset: LONG,
}
Fields
lOrientation: LONG
lWidth: LONG
lHeight: LONG
lWidthOffset: LONG
lHeightOffset: LONG
Trait Implementations
Returns the “default value” for a type. Read more