Struct vc6_sys::tagEXTLOGPEN
source · #[repr(C)]pub struct tagEXTLOGPEN {
pub elpPenStyle: DWORD,
pub elpWidth: DWORD,
pub elpBrushStyle: UINT,
pub elpColor: COLORREF,
pub elpHatch: LONG,
pub elpNumEntries: DWORD,
pub elpStyleEntry: [DWORD; 1],
}Fields§
§elpPenStyle: DWORD§elpWidth: DWORD§elpBrushStyle: UINT§elpColor: COLORREF§elpHatch: LONG§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
impl Copy for tagEXTLOGPEN
Auto Trait Implementations§
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