Struct winapi::um::wingdi::EMRSETMITERLIMIT
source · #[repr(C)]pub struct EMRSETMITERLIMIT {
pub emr: EMR,
pub eMiterLimit: FLOAT,
}
Fields§
§emr: EMR
§eMiterLimit: FLOAT
Trait Implementations§
source§impl Clone for EMRSETMITERLIMIT
impl Clone for EMRSETMITERLIMIT
source§fn clone(&self) -> EMRSETMITERLIMIT
fn clone(&self) -> EMRSETMITERLIMIT
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 EMRSETMITERLIMIT
impl Default for EMRSETMITERLIMIT
source§fn default() -> EMRSETMITERLIMIT
fn default() -> EMRSETMITERLIMIT
Returns the “default value” for a type. Read more