Struct windows_sys::Win32::UI::Controls::NMTVCUSTOMDRAW
[−]#[repr(C)]pub struct NMTVCUSTOMDRAW {
pub nmcd: NMCUSTOMDRAW,
pub clrText: u32,
pub clrTextBk: u32,
pub iLevel: i32,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
nmcd: NMCUSTOMDRAW
clrText: u32
clrTextBk: u32
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
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