Struct winapi::wingdi::EXTLOGPEN [] [src]

pub struct EXTLOGPEN {
    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

impl Debug for EXTLOGPEN
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for EXTLOGPEN
[src]

impl Clone for EXTLOGPEN
[src]

fn clone(&self) -> EXTLOGPEN

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more