#[repr(C)]pub struct NMTVASYNCDRAW {
pub hdr: NMHDR,
pub pimldp: *mut IMAGELISTDRAWPARAMS,
pub hr: HRESULT,
pub hItem: HTREEITEM,
pub lParam: LPARAM,
pub dwRetFlags: DWORD,
pub iRetImageIndex: c_int,
}
Fields§
§hdr: NMHDR
§pimldp: *mut IMAGELISTDRAWPARAMS
§hr: HRESULT
§hItem: HTREEITEM
§lParam: LPARAM
§dwRetFlags: DWORD
§iRetImageIndex: c_int
Trait Implementations§
Source§impl Clone for NMTVASYNCDRAW
impl Clone for NMTVASYNCDRAW
Source§fn clone(&self) -> NMTVASYNCDRAW
fn clone(&self) -> NMTVASYNCDRAW
Returns a duplicate 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 moreSource§impl Default for NMTVASYNCDRAW
impl Default for NMTVASYNCDRAW
Source§fn default() -> NMTVASYNCDRAW
fn default() -> NMTVASYNCDRAW
Returns the “default value” for a type. Read more
impl Copy for NMTVASYNCDRAW
Auto Trait Implementations§
impl Freeze for NMTVASYNCDRAW
impl RefUnwindSafe for NMTVASYNCDRAW
impl !Send for NMTVASYNCDRAW
impl !Sync for NMTVASYNCDRAW
impl Unpin for NMTVASYNCDRAW
impl UnwindSafe for NMTVASYNCDRAW
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