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