#[repr(C)]pub struct NMTVASYNCDRAW {
pub hdr: NMHDR,
pub pimldp: *mut IMAGELISTDRAWPARAMS,
pub hr: HRESULT,
pub hItem: *mut _TREEITEM,
pub lParam: LPARAM,
pub dwRetFlags: u32,
pub iRetImageIndex: i32,
}
Fields§
§hdr: NMHDR
§pimldp: *mut IMAGELISTDRAWPARAMS
§hr: HRESULT
§hItem: *mut _TREEITEM
§lParam: LPARAM
§dwRetFlags: u32
§iRetImageIndex: i32
Trait Implementations§
Source§impl Abi for NMTVASYNCDRAW
impl Abi for NMTVASYNCDRAW
Source§type Abi = NMTVASYNCDRAW
type Abi = NMTVASYNCDRAW
The abi representation of the implementing type. Read more
type DefaultType = NMTVASYNCDRAW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for NMTVASYNCDRAW
impl Clone for NMTVASYNCDRAW
Source§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 moreSource§impl Debug for NMTVASYNCDRAW
impl Debug for NMTVASYNCDRAW
Source§impl Default for NMTVASYNCDRAW
impl Default for NMTVASYNCDRAW
Source§impl PartialEq for NMTVASYNCDRAW
impl PartialEq for NMTVASYNCDRAW
impl Copy for NMTVASYNCDRAW
impl Eq 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