#[repr(C)]pub struct tagLOGBRUSH {
pub lbStyle: UINT,
pub lbColor: COLORREF,
pub lbHatch: ULONG_PTR,
}
Fields§
§lbStyle: UINT
§lbColor: COLORREF
§lbHatch: ULONG_PTR
Trait Implementations§
Source§impl Clone for tagLOGBRUSH
impl Clone for tagLOGBRUSH
Source§fn clone(&self) -> tagLOGBRUSH
fn clone(&self) -> tagLOGBRUSH
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 moreSource§impl Debug for tagLOGBRUSH
impl Debug for tagLOGBRUSH
Source§impl Ord for tagLOGBRUSH
impl Ord for tagLOGBRUSH
Source§fn cmp(&self, other: &tagLOGBRUSH) -> Ordering
fn cmp(&self, other: &tagLOGBRUSH) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagLOGBRUSH
impl PartialEq for tagLOGBRUSH
Source§impl PartialOrd for tagLOGBRUSH
impl PartialOrd for tagLOGBRUSH
impl Copy for tagLOGBRUSH
impl Eq for tagLOGBRUSH
impl StructuralPartialEq 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