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