#[repr(C)]pub struct LOGBRUSH {
pub lbStyle: BRUSH_STYLE,
pub lbColor: COLORREF,
pub lbHatch: usize,
}
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"
Fields
lbStyle: BRUSH_STYLE
lbColor: COLORREF
lbHatch: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LOGBRUSH
impl Send for LOGBRUSH
impl Sync for LOGBRUSH
impl Unpin for LOGBRUSH
impl UnwindSafe for LOGBRUSH
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more