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