Struct windows_sys::Win32::UI::Controls::NMLVGETINFOTIPA
[−]#[repr(C)]pub struct NMLVGETINFOTIPA {
pub hdr: NMHDR,
pub dwFlags: u32,
pub pszText: PSTR,
pub cchTextMax: i32,
pub iItem: i32,
pub iSubItem: i32,
pub lParam: LPARAM,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
dwFlags: u32
pszText: PSTR
cchTextMax: i32
iItem: i32
iSubItem: i32
lParam: LPARAM
Trait Implementations
impl Clone for NMLVGETINFOTIPA
impl Clone for NMLVGETINFOTIPA
impl Copy for NMLVGETINFOTIPA
Auto Trait Implementations
impl RefUnwindSafe for NMLVGETINFOTIPA
impl !Send for NMLVGETINFOTIPA
impl !Sync for NMLVGETINFOTIPA
impl Unpin for NMLVGETINFOTIPA
impl UnwindSafe for NMLVGETINFOTIPA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more