#[repr(C)]pub struct tagEMRCREATEPEN {
pub emr: EMR,
pub ihPen: DWORD,
pub lopn: LOGPEN,
}Fields§
§emr: EMR§ihPen: DWORD§lopn: LOGPENTrait Implementations§
Source§impl Clone for tagEMRCREATEPEN
impl Clone for tagEMRCREATEPEN
Source§fn clone(&self) -> tagEMRCREATEPEN
fn clone(&self) -> tagEMRCREATEPEN
Returns a duplicate 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
impl Copy 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