Struct windows_sys::Win32::UI::Controls::NMTVCUSTOMDRAW
#[repr(C)]pub struct NMTVCUSTOMDRAW {
pub nmcd: NMCUSTOMDRAW,
pub clrText: COLORREF,
pub clrTextBk: COLORREF,
pub iLevel: i32,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields§
§nmcd: NMCUSTOMDRAW
§clrText: COLORREF
§clrTextBk: COLORREF
§iLevel: i32
Trait Implementations§
§impl Clone for NMTVCUSTOMDRAW
impl Clone for NMTVCUSTOMDRAW
impl Copy for NMTVCUSTOMDRAW
Auto Trait Implementations§
impl RefUnwindSafe for NMTVCUSTOMDRAW
impl Send for NMTVCUSTOMDRAW
impl Sync for NMTVCUSTOMDRAW
impl Unpin for NMTVCUSTOMDRAW
impl UnwindSafe for NMTVCUSTOMDRAW
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