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: LONGlWidth: LONGlHeight: LONGlWidthOffset: LONGlHeightOffset: LONGTrait Implementations
Returns the “default value” for a type. Read more