#[repr(C)]pub struct NMTTDISPINFOA {
pub hdr: NMHDR,
pub lpszText: PSTR,
pub szText: [CHAR; 80],
pub hinst: HINSTANCE,
pub uFlags: u32,
pub lParam: LPARAM,
}
Fields§
§hdr: NMHDR
§lpszText: PSTR
§szText: [CHAR; 80]
§hinst: HINSTANCE
§uFlags: u32
§lParam: LPARAM
Trait Implementations§
Source§impl Abi for NMTTDISPINFOA
impl Abi for NMTTDISPINFOA
Source§type Abi = NMTTDISPINFOA
type Abi = NMTTDISPINFOA
The abi representation of the implementing type. Read more
type DefaultType = NMTTDISPINFOA
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 NMTTDISPINFOA
impl Clone for NMTTDISPINFOA
Source§fn clone(&self) -> NMTTDISPINFOA
fn clone(&self) -> NMTTDISPINFOA
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 NMTTDISPINFOA
impl Debug for NMTTDISPINFOA
Source§impl Default for NMTTDISPINFOA
impl Default for NMTTDISPINFOA
Source§impl PartialEq for NMTTDISPINFOA
impl PartialEq for NMTTDISPINFOA
impl Copy for NMTTDISPINFOA
impl Eq for NMTTDISPINFOA
Auto Trait Implementations§
impl Freeze for NMTTDISPINFOA
impl RefUnwindSafe for NMTTDISPINFOA
impl !Send for NMTTDISPINFOA
impl !Sync for NMTTDISPINFOA
impl Unpin for NMTTDISPINFOA
impl UnwindSafe for NMTTDISPINFOA
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