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