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: u32,
pub clrMark: u32,
pub clrTextHighlight: u32,
pub clrBtnFace: u32,
pub clrBtnHighlight: u32,
pub clrHighlightHotTrack: u32,
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: u32
clrMark: u32
clrTextHighlight: u32
clrBtnFace: u32
clrBtnHighlight: u32
clrHighlightHotTrack: u32
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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