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