#[repr(C)]pub struct NMTTDISPINFOA {
pub hdr: NMHDR,
pub lpszText: LPSTR,
pub szText: [c_char; 80],
pub hinst: HINSTANCE,
pub uFlags: UINT,
pub lParam: LPARAM,
}
Fields§
§hdr: NMHDR
§lpszText: LPSTR
§szText: [c_char; 80]
§hinst: HINSTANCE
§uFlags: UINT
§lParam: LPARAM
Trait Implementations§
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 Default for NMTTDISPINFOA
impl Default for NMTTDISPINFOA
Source§fn default() -> NMTTDISPINFOA
fn default() -> NMTTDISPINFOA
Returns the “default value” for a type. Read more
impl Copy 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