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: EMRrclBounds: RECTLcpts: DWORDapts: [POINTS; 1]Trait Implementations
Returns the “default value” for a type. Read more