Struct windows_sys::Win32::UI::Controls::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,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
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
impl Copy for NMTBCUSTOMDRAW
Auto Trait Implementations
impl RefUnwindSafe for NMTBCUSTOMDRAW
impl Send for NMTBCUSTOMDRAW
impl Sync for NMTBCUSTOMDRAW
impl Unpin for NMTBCUSTOMDRAW
impl UnwindSafe for NMTBCUSTOMDRAW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more