#[repr(C)]pub struct tagLOGBRUSH32 {
pub lbStyle: UINT,
pub lbColor: COLORREF,
pub lbHatch: ULONG,
}
Fields§
§lbStyle: UINT
§lbColor: COLORREF
§lbHatch: ULONG
Trait Implementations§
Source§impl Clone for tagLOGBRUSH32
impl Clone for tagLOGBRUSH32
Source§fn clone(&self) -> tagLOGBRUSH32
fn clone(&self) -> tagLOGBRUSH32
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 tagLOGBRUSH32
impl Debug for tagLOGBRUSH32
Source§impl Ord for tagLOGBRUSH32
impl Ord for tagLOGBRUSH32
Source§fn cmp(&self, other: &tagLOGBRUSH32) -> Ordering
fn cmp(&self, other: &tagLOGBRUSH32) -> 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 tagLOGBRUSH32
impl PartialEq for tagLOGBRUSH32
Source§impl PartialOrd for tagLOGBRUSH32
impl PartialOrd for tagLOGBRUSH32
impl Copy for tagLOGBRUSH32
impl Eq for tagLOGBRUSH32
impl StructuralPartialEq for tagLOGBRUSH32
Auto Trait Implementations§
impl Freeze for tagLOGBRUSH32
impl RefUnwindSafe for tagLOGBRUSH32
impl Send for tagLOGBRUSH32
impl Sync for tagLOGBRUSH32
impl Unpin for tagLOGBRUSH32
impl UnwindSafe for tagLOGBRUSH32
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