Struct winapi::um::wingdi::EMRPOLYLINE
source · #[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§
source§impl Clone for EMRPOLYLINE
impl Clone for EMRPOLYLINE
source§fn clone(&self) -> EMRPOLYLINE
fn clone(&self) -> EMRPOLYLINE
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 EMRPOLYLINE
impl Default for EMRPOLYLINE
source§fn default() -> EMRPOLYLINE
fn default() -> EMRPOLYLINE
Returns the “default value” for a type. Read more