Struct windows_sys::Win32::Graphics::Gdi::LOGBRUSH
#[repr(C)]pub struct LOGBRUSH {
pub lbStyle: BRUSH_STYLE,
pub lbColor: COLORREF,
pub lbHatch: usize,
}
Expand description
Required features: "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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more