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