Struct winapi::um::wingdi::EXTLOGPEN32
source · #[repr(C)]pub struct EXTLOGPEN32 {
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 EXTLOGPEN32
impl Clone for EXTLOGPEN32
source§fn clone(&self) -> EXTLOGPEN32
fn clone(&self) -> EXTLOGPEN32
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 Default for EXTLOGPEN32
impl Default for EXTLOGPEN32
source§fn default() -> EXTLOGPEN32
fn default() -> EXTLOGPEN32
Returns the “default value” for a type. Read more