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