#[repr(C)]pub struct tagEXTLOGPEN {
pub elpPenStyle: DWORD,
pub elpWidth: DWORD,
pub elpBrushStyle: UINT,
pub elpColor: COLORREF,
pub elpHatch: ULONG_PTR,
pub elpNumEntries: DWORD,
pub elpStyleEntry: [DWORD; 1],
}
Fields§
§elpPenStyle: DWORD
§elpWidth: DWORD
§elpBrushStyle: UINT
§elpColor: COLORREF
§elpHatch: ULONG_PTR
§elpNumEntries: DWORD
§elpStyleEntry: [DWORD; 1]
Trait Implementations§
Source§impl Clone for tagEXTLOGPEN
impl Clone for tagEXTLOGPEN
Source§fn clone(&self) -> tagEXTLOGPEN
fn clone(&self) -> tagEXTLOGPEN
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 tagEXTLOGPEN
impl Debug for tagEXTLOGPEN
Source§impl Ord for tagEXTLOGPEN
impl Ord for tagEXTLOGPEN
Source§fn cmp(&self, other: &tagEXTLOGPEN) -> Ordering
fn cmp(&self, other: &tagEXTLOGPEN) -> 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 tagEXTLOGPEN
impl PartialEq for tagEXTLOGPEN
Source§impl PartialOrd for tagEXTLOGPEN
impl PartialOrd for tagEXTLOGPEN
impl Copy for tagEXTLOGPEN
impl Eq for tagEXTLOGPEN
impl StructuralPartialEq for tagEXTLOGPEN
Auto Trait Implementations§
impl Freeze for tagEXTLOGPEN
impl RefUnwindSafe for tagEXTLOGPEN
impl Send for tagEXTLOGPEN
impl Sync for tagEXTLOGPEN
impl Unpin for tagEXTLOGPEN
impl UnwindSafe for tagEXTLOGPEN
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