Struct winapi::um::wingdi::EMRCREATEBRUSHINDIRECT [−][src]
#[repr(C)]pub struct EMRCREATEBRUSHINDIRECT {
pub emr: EMR,
pub ihBrush: DWORD,
pub lb: LOGBRUSH32,
}
Fields
emr: EMR
ihBrush: DWORD
lb: LOGBRUSH32
Trait Implementations
Returns the “default value” for a type. Read more