#[repr(C)]pub struct NMHDDISPINFOW {
pub hdr: NMHDR,
pub iItem: i32,
pub mask: HDI_MASK,
pub pszText: PWSTR,
pub cchTextMax: i32,
pub iImage: i32,
pub lParam: LPARAM,
}
Fields§
§hdr: NMHDR
§iItem: i32
§mask: HDI_MASK
§pszText: PWSTR
§cchTextMax: i32
§iImage: i32
§lParam: LPARAM
Trait Implementations§
Source§impl Abi for NMHDDISPINFOW
impl Abi for NMHDDISPINFOW
Source§type Abi = NMHDDISPINFOW
type Abi = NMHDDISPINFOW
The abi representation of the implementing type. Read more
type DefaultType = NMHDDISPINFOW
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 NMHDDISPINFOW
impl Clone for NMHDDISPINFOW
Source§fn clone(&self) -> NMHDDISPINFOW
fn clone(&self) -> NMHDDISPINFOW
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 NMHDDISPINFOW
impl Debug for NMHDDISPINFOW
Source§impl Default for NMHDDISPINFOW
impl Default for NMHDDISPINFOW
Source§impl PartialEq for NMHDDISPINFOW
impl PartialEq for NMHDDISPINFOW
impl Copy for NMHDDISPINFOW
impl Eq for NMHDDISPINFOW
Auto Trait Implementations§
impl Freeze for NMHDDISPINFOW
impl RefUnwindSafe for NMHDDISPINFOW
impl !Send for NMHDDISPINFOW
impl !Sync for NMHDDISPINFOW
impl Unpin for NMHDDISPINFOW
impl UnwindSafe for NMHDDISPINFOW
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