#[repr(C)]pub struct tagLOGBRUSH {
pub lbStyle: UINT,
pub lbColor: COLORREF,
pub lbHatch: ULONG_PTR,
}Fields§
§lbStyle: UINT§lbColor: COLORREF§lbHatch: ULONG_PTRTrait Implementations§
Source§impl Clone for tagLOGBRUSH
impl Clone for tagLOGBRUSH
Source§fn clone(&self) -> tagLOGBRUSH
fn clone(&self) -> tagLOGBRUSH
Returns a duplicate 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 moreSource§impl Debug for tagLOGBRUSH
impl Debug for tagLOGBRUSH
impl Copy for tagLOGBRUSH
Auto Trait Implementations§
impl Freeze for tagLOGBRUSH
impl RefUnwindSafe for tagLOGBRUSH
impl Send for tagLOGBRUSH
impl Sync for tagLOGBRUSH
impl Unpin for tagLOGBRUSH
impl UnwindSafe for tagLOGBRUSH
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