Struct windows_sys::Win32::UI::Shell::NSTCCUSTOMDRAW
[−]#[repr(C)]pub struct NSTCCUSTOMDRAW {
pub psi: IShellItem,
pub uItemState: u32,
pub nstcis: u32,
pub pszText: PCWSTR,
pub iImage: i32,
pub himl: HIMAGELIST,
pub iLevel: i32,
pub iIndent: i32,
}
Expand description
Required features: ‘Win32_UI_Shell’, ‘Win32_UI_Controls’
Fields
psi: IShellItem
uItemState: u32
nstcis: u32
pszText: PCWSTR
iImage: i32
himl: HIMAGELIST
iLevel: i32
iIndent: i32
Trait Implementations
impl Clone for NSTCCUSTOMDRAW
impl Clone for NSTCCUSTOMDRAW
impl Copy for NSTCCUSTOMDRAW
Auto Trait Implementations
impl RefUnwindSafe for NSTCCUSTOMDRAW
impl !Send for NSTCCUSTOMDRAW
impl !Sync for NSTCCUSTOMDRAW
impl Unpin for NSTCCUSTOMDRAW
impl UnwindSafe for NSTCCUSTOMDRAW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more