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