Struct LOGBRUSH32
#[repr(C)]pub struct LOGBRUSH32 {
pub lbStyle: BRUSH_STYLE,
pub lbColor: COLORREF,
pub lbHatch: u32,
}
Fields§
§lbStyle: BRUSH_STYLE
§lbColor: COLORREF
§lbHatch: u32
Trait Implementations§
§impl Clone for LOGBRUSH32
impl Clone for LOGBRUSH32
§fn clone(&self) -> LOGBRUSH32
fn clone(&self) -> LOGBRUSH32
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for LOGBRUSH32
Auto Trait Implementations§
impl Freeze for LOGBRUSH32
impl RefUnwindSafe for LOGBRUSH32
impl Send for LOGBRUSH32
impl Sync for LOGBRUSH32
impl Unpin for LOGBRUSH32
impl UnwindSafe for LOGBRUSH32
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