#[repr(C)]pub struct tagEMREXTCREATEPEN {
pub emr: EMR,
pub ihPen: DWORD,
pub offBmi: DWORD,
pub cbBmi: DWORD,
pub offBits: DWORD,
pub cbBits: DWORD,
pub elp: EXTLOGPEN32,
}
Fields§
§emr: EMR
§ihPen: DWORD
§offBmi: DWORD
§cbBmi: DWORD
§offBits: DWORD
§cbBits: DWORD
§elp: EXTLOGPEN32
Trait Implementations§
Source§impl Clone for tagEMREXTCREATEPEN
impl Clone for tagEMREXTCREATEPEN
Source§fn clone(&self) -> tagEMREXTCREATEPEN
fn clone(&self) -> tagEMREXTCREATEPEN
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 tagEMREXTCREATEPEN
impl Debug for tagEMREXTCREATEPEN
Source§impl Ord for tagEMREXTCREATEPEN
impl Ord for tagEMREXTCREATEPEN
Source§fn cmp(&self, other: &tagEMREXTCREATEPEN) -> Ordering
fn cmp(&self, other: &tagEMREXTCREATEPEN) -> 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 tagEMREXTCREATEPEN
impl PartialEq for tagEMREXTCREATEPEN
Source§impl PartialOrd for tagEMREXTCREATEPEN
impl PartialOrd for tagEMREXTCREATEPEN
impl Copy for tagEMREXTCREATEPEN
impl Eq for tagEMREXTCREATEPEN
impl StructuralPartialEq for tagEMREXTCREATEPEN
Auto Trait Implementations§
impl Freeze for tagEMREXTCREATEPEN
impl RefUnwindSafe for tagEMREXTCREATEPEN
impl Send for tagEMREXTCREATEPEN
impl Sync for tagEMREXTCREATEPEN
impl Unpin for tagEMREXTCREATEPEN
impl UnwindSafe for tagEMREXTCREATEPEN
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