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