Struct windows_sys::Win32::UI::Controls::NMTVGETINFOTIPA
[−]#[repr(C)]pub struct NMTVGETINFOTIPA {
pub hdr: NMHDR,
pub pszText: PSTR,
pub cchTextMax: i32,
pub hItem: HTREEITEM,
pub lParam: LPARAM,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
pszText: PSTR
cchTextMax: i32
hItem: HTREEITEM
lParam: LPARAM
Trait Implementations
impl Clone for NMTVGETINFOTIPA
impl Clone for NMTVGETINFOTIPA
impl Copy for NMTVGETINFOTIPA
Auto Trait Implementations
impl RefUnwindSafe for NMTVGETINFOTIPA
impl !Send for NMTVGETINFOTIPA
impl !Sync for NMTVGETINFOTIPA
impl Unpin for NMTVGETINFOTIPA
impl UnwindSafe for NMTVGETINFOTIPA
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