Struct NMTBCUSTOMDRAW
#[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: i32,
pub nHLStringBkMode: i32,
pub iListGap: i32,
}
Fields§
§nmcd: NMCUSTOMDRAW
§hbrMonoDither: HBRUSH
§hbrLines: HBRUSH
§hpenLines: HPEN
§clrText: COLORREF
§clrMark: COLORREF
§clrTextHighlight: COLORREF
§clrBtnFace: COLORREF
§clrBtnHighlight: COLORREF
§clrHighlightHotTrack: COLORREF
§rcText: RECT
§nStringBkMode: i32
§nHLStringBkMode: i32
§iListGap: i32
Trait Implementations§
§impl Clone for NMTBCUSTOMDRAW
impl Clone for NMTBCUSTOMDRAW
§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 more§impl Debug for NMTBCUSTOMDRAW
impl Debug for NMTBCUSTOMDRAW
§impl Default for NMTBCUSTOMDRAW
impl Default for NMTBCUSTOMDRAW
§impl PartialEq for NMTBCUSTOMDRAW
impl PartialEq for NMTBCUSTOMDRAW
impl Copy for NMTBCUSTOMDRAW
impl StructuralPartialEq 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