Struct NSTCCUSTOMDRAW
#[repr(C)]pub struct NSTCCUSTOMDRAW {
    pub psi: ManuallyDrop<Option<IShellItem>>,
    pub uItemState: u32,
    pub nstcis: u32,
    pub pszText: PCWSTR,
    pub iImage: i32,
    pub himl: HIMAGELIST,
    pub iLevel: i32,
    pub iIndent: i32,
}Fields§
§psi: ManuallyDrop<Option<IShellItem>>§uItemState: u32§nstcis: u32§pszText: PCWSTR§iImage: i32§himl: HIMAGELIST§iLevel: i32§iIndent: i32Trait Implementations§
§impl Clone for NSTCCUSTOMDRAW
 
impl Clone for NSTCCUSTOMDRAW
§fn clone(&self) -> NSTCCUSTOMDRAW
 
fn clone(&self) -> NSTCCUSTOMDRAW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more§impl Debug for NSTCCUSTOMDRAW
 
impl Debug for NSTCCUSTOMDRAW
§impl Default for NSTCCUSTOMDRAW
 
impl Default for NSTCCUSTOMDRAW
§impl PartialEq for NSTCCUSTOMDRAW
 
impl PartialEq for NSTCCUSTOMDRAW
impl StructuralPartialEq for NSTCCUSTOMDRAW
Auto Trait Implementations§
impl Freeze for NSTCCUSTOMDRAW
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