Struct winapi::wingdi::LOGBRUSH [] [src]

pub struct LOGBRUSH {
    pub lbStyle: UINT,
    pub lbColor: COLORREF,
    pub lbHatch: ULONG_PTR,
}

Fields

lbStyle: UINT lbColor: COLORREF lbHatch: ULONG_PTR

Trait Implementations

impl Debug for LOGBRUSH
[src]

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

Formats the value using the given formatter.

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