Struct winapi::um::wingdi::EMRPOLYDRAW
source · #[repr(C)]pub struct EMRPOLYDRAW {
pub emr: EMR,
pub rclBounds: RECTL,
pub cptl: DWORD,
pub aptl: [POINTL; 1],
pub abTypes: [BYTE; 1],
}
Fields§
§emr: EMR
§rclBounds: RECTL
§cptl: DWORD
§aptl: [POINTL; 1]
§abTypes: [BYTE; 1]
Trait Implementations§
source§impl Clone for EMRPOLYDRAW
impl Clone for EMRPOLYDRAW
source§fn clone(&self) -> EMRPOLYDRAW
fn clone(&self) -> EMRPOLYDRAW
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 EMRPOLYDRAW
impl Default for EMRPOLYDRAW
source§fn default() -> EMRPOLYDRAW
fn default() -> EMRPOLYDRAW
Returns the “default value” for a type. Read more