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