pub type EMRSCALEVIEWPORTEXTEX = tagEMRSCALEVIEWPORTEXTEX;
Aliased Type§
struct EMRSCALEVIEWPORTEXTEX {
pub emr: tagEMR,
pub xNum: i32,
pub xDenom: i32,
pub yNum: i32,
pub yDenom: i32,
}
Fields§
§emr: tagEMR
§xNum: i32
§xDenom: i32
§yNum: i32
§yDenom: i32
Trait Implementations
Source§impl Clone for tagEMRSCALEVIEWPORTEXTEX
impl Clone for tagEMRSCALEVIEWPORTEXTEX
Source§fn clone(&self) -> tagEMRSCALEVIEWPORTEXTEX
fn clone(&self) -> tagEMRSCALEVIEWPORTEXTEX
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 Debug for tagEMRSCALEVIEWPORTEXTEX
impl Debug for tagEMRSCALEVIEWPORTEXTEX
Source§impl Ord for tagEMRSCALEVIEWPORTEXTEX
impl Ord for tagEMRSCALEVIEWPORTEXTEX
Source§fn cmp(&self, other: &tagEMRSCALEVIEWPORTEXTEX) -> Ordering
fn cmp(&self, other: &tagEMRSCALEVIEWPORTEXTEX) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more