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 | |
| elpWidth | |
| elpBrushStyle | |
| elpColor | |
| elpHatch | |
| elpNumEntries | |
| elpStyleEntry | 
Trait Implementations
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