Struct winapi::um::wingdi::EMRPOLYPOLYLINE
source · #[repr(C)]pub struct EMRPOLYPOLYLINE {
pub emr: EMR,
pub rclBounds: RECTL,
pub nPolys: DWORD,
pub cptl: DWORD,
pub aPolyCounts: [DWORD; 1],
pub aptl: [POINTL; 1],
}Fields§
§emr: EMR§rclBounds: RECTL§nPolys: DWORD§cptl: DWORD§aPolyCounts: [DWORD; 1]§aptl: [POINTL; 1]Trait Implementations§
source§impl Clone for EMRPOLYPOLYLINE
impl Clone for EMRPOLYPOLYLINE
source§fn clone(&self) -> EMRPOLYPOLYLINE
fn clone(&self) -> EMRPOLYPOLYLINE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for EMRPOLYPOLYLINE
impl Default for EMRPOLYPOLYLINE
source§fn default() -> EMRPOLYPOLYLINE
fn default() -> EMRPOLYPOLYLINE
Returns the “default value” for a type. Read more