#[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 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 tagEXTLOGPEN
impl Debug for tagEXTLOGPEN
impl Copy 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