#[repr(C)]pub struct NMTBGETINFOTIPW {
pub hdr: NMHDR,
pub pszText: LPWSTR,
pub cchTextMax: c_int,
pub iItem: c_int,
pub lParal: LPARAM,
}
Fields§
§hdr: NMHDR
§pszText: LPWSTR
§cchTextMax: c_int
§iItem: c_int
§lParal: LPARAM
Trait Implementations§
Source§impl Clone for NMTBGETINFOTIPW
impl Clone for NMTBGETINFOTIPW
Source§fn clone(&self) -> NMTBGETINFOTIPW
fn clone(&self) -> NMTBGETINFOTIPW
Returns a duplicate 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 NMTBGETINFOTIPW
impl Default for NMTBGETINFOTIPW
Source§fn default() -> NMTBGETINFOTIPW
fn default() -> NMTBGETINFOTIPW
Returns the “default value” for a type. Read more
impl Copy for NMTBGETINFOTIPW
Auto Trait Implementations§
impl Freeze for NMTBGETINFOTIPW
impl RefUnwindSafe for NMTBGETINFOTIPW
impl !Send for NMTBGETINFOTIPW
impl !Sync for NMTBGETINFOTIPW
impl Unpin for NMTBGETINFOTIPW
impl UnwindSafe for NMTBGETINFOTIPW
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