Struct NMTVASYNCDRAW
#[repr(C)]pub struct NMTVASYNCDRAW {
pub hdr: NMHDR,
pub pimldp: *mut IMAGELISTDRAWPARAMS,
pub hr: HRESULT,
pub hItem: HTREEITEM,
pub lParam: LPARAM,
pub dwRetFlags: u32,
pub iRetImageIndex: i32,
}
Fields§
§hdr: NMHDR
§pimldp: *mut IMAGELISTDRAWPARAMS
§hr: HRESULT
§hItem: HTREEITEM
§lParam: LPARAM
§dwRetFlags: u32
§iRetImageIndex: i32
Trait Implementations§
§impl Clone for NMTVASYNCDRAW
impl Clone for NMTVASYNCDRAW
§fn clone(&self) -> NMTVASYNCDRAW
fn clone(&self) -> NMTVASYNCDRAW
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 moreimpl 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