#[repr(C)]pub struct tagEMRCREATEPEN {
pub emr: EMR,
pub ihPen: DWORD,
pub lopn: LOGPEN,
}
Fields§
§emr: EMR
§ihPen: DWORD
§lopn: LOGPEN
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
Source§impl PartialEq for tagEMRCREATEPEN
impl PartialEq for tagEMRCREATEPEN
Source§impl PartialOrd for tagEMRCREATEPEN
impl PartialOrd for tagEMRCREATEPEN
impl Copy for tagEMRCREATEPEN
impl Eq for tagEMRCREATEPEN
impl StructuralPartialEq for tagEMRCREATEPEN
Auto Trait Implementations§
impl Freeze for tagEMRCREATEPEN
impl RefUnwindSafe for tagEMRCREATEPEN
impl Send for tagEMRCREATEPEN
impl Sync for tagEMRCREATEPEN
impl Unpin for tagEMRCREATEPEN
impl UnwindSafe for tagEMRCREATEPEN
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more