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_Controls"
Fields§
§psi: IShellItem§uItemState: u32§nstcis: u32§pszText: PCWSTR§iImage: i32§himl: HIMAGELIST§iLevel: i32§iIndent: i32Trait 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§
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