Struct winapi::um::wingdi::EMRPOLYDRAW16 [−][src]
#[repr(C)]pub struct EMRPOLYDRAW16 {
pub emr: EMR,
pub rclBounds: RECTL,
pub cpts: DWORD,
pub apts: [POINTS; 1],
pub abTypes: [BYTE; 1],
}
Fields
emr: EMR
rclBounds: RECTL
cpts: DWORD
apts: [POINTS; 1]
abTypes: [BYTE; 1]
Trait Implementations
Returns the “default value” for a type. Read more