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