pub type EMRCREATEPEN = tagEMRCREATEPEN;
Aliased Type§
struct EMRCREATEPEN {
pub emr: tagEMR,
pub ihPen: u32,
pub lopn: tagLOGPEN,
}
Fields§
§emr: tagEMR
§ihPen: u32
§lopn: tagLOGPEN
Trait Implementations
Source§impl Clone for tagEMRCREATEPEN
impl Clone for tagEMRCREATEPEN
Source§fn clone(&self) -> tagEMRCREATEPEN
fn clone(&self) -> tagEMRCREATEPEN
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 tagEMRCREATEPEN
impl Debug for tagEMRCREATEPEN
Source§impl Ord for tagEMRCREATEPEN
impl Ord for tagEMRCREATEPEN
Source§fn cmp(&self, other: &tagEMRCREATEPEN) -> Ordering
fn cmp(&self, other: &tagEMRCREATEPEN) -> 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