Struct winapi::wingdi::LOGBRUSH
[−]
[src]
pub struct LOGBRUSH { pub lbStyle: UINT, pub lbColor: COLORREF, pub lbHatch: ULONG_PTR, }
Fields
lbStyle | |
lbColor | |
lbHatch |
Trait Implementations
impl Copy for LOGBRUSH
[src]
impl Clone for LOGBRUSH
[src]
fn clone(&self) -> LOGBRUSH
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