Struct windows_sys::Win32::UI::Controls::NMTVDISPINFOA
[−]Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
item: TVITEMA
Trait Implementations
impl Clone for NMTVDISPINFOA
impl Clone for NMTVDISPINFOA
impl Copy for NMTVDISPINFOA
Auto Trait Implementations
impl RefUnwindSafe for NMTVDISPINFOA
impl !Send for NMTVDISPINFOA
impl !Sync for NMTVDISPINFOA
impl Unpin for NMTVDISPINFOA
impl UnwindSafe for NMTVDISPINFOA
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