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