Struct winapi::um::wingdi::EMRPIXELFORMAT [−][src]
#[repr(C)]pub struct EMRPIXELFORMAT {
pub emr: EMR,
pub pfd: PIXELFORMATDESCRIPTOR,
}
Fields
emr: EMR
pfd: PIXELFORMATDESCRIPTOR
Trait Implementations
Returns the “default value” for a type. Read more