#[repr(C)]pub struct NMTBCUSTOMDRAW {Show 14 fields
pub nmcd: NMCUSTOMDRAW,
pub hbrMonoDither: HBRUSH,
pub hbrLines: HBRUSH,
pub hpenLines: HPEN,
pub clrText: COLORREF,
pub clrMark: COLORREF,
pub clrTextHighlight: COLORREF,
pub clrBtnFace: COLORREF,
pub clrBtnHighlight: COLORREF,
pub clrHighlightHotTrack: COLORREF,
pub rcText: RECT,
pub nStringBkMode: c_int,
pub nHLStringBkMode: c_int,
pub iListGap: c_int,
}
Fields§
§nmcd: NMCUSTOMDRAW
§hbrMonoDither: HBRUSH
§hbrLines: HBRUSH
§hpenLines: HPEN
§clrText: COLORREF
§clrMark: COLORREF
§clrTextHighlight: COLORREF
§clrBtnFace: COLORREF
§clrBtnHighlight: COLORREF
§clrHighlightHotTrack: COLORREF
§rcText: RECT
§nStringBkMode: c_int
§nHLStringBkMode: c_int
§iListGap: c_int
Trait Implementations§
Source§impl Clone for NMTBCUSTOMDRAW
impl Clone for NMTBCUSTOMDRAW
Source§fn clone(&self) -> NMTBCUSTOMDRAW
fn clone(&self) -> NMTBCUSTOMDRAW
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 Default for NMTBCUSTOMDRAW
impl Default for NMTBCUSTOMDRAW
Source§fn default() -> NMTBCUSTOMDRAW
fn default() -> NMTBCUSTOMDRAW
Returns the “default value” for a type. Read more
impl Copy for NMTBCUSTOMDRAW
Auto Trait Implementations§
impl Freeze for NMTBCUSTOMDRAW
impl RefUnwindSafe for NMTBCUSTOMDRAW
impl !Send for NMTBCUSTOMDRAW
impl !Sync for NMTBCUSTOMDRAW
impl Unpin for NMTBCUSTOMDRAW
impl UnwindSafe for NMTBCUSTOMDRAW
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