Struct windows_sys::Win32::UI::Controls::NMLVDISPINFOW
[−]Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
item: LVITEMW
Trait Implementations
impl Clone for NMLVDISPINFOW
impl Clone for NMLVDISPINFOW
impl Copy for NMLVDISPINFOW
Auto Trait Implementations
impl RefUnwindSafe for NMLVDISPINFOW
impl !Send for NMLVDISPINFOW
impl !Sync for NMLVDISPINFOW
impl Unpin for NMLVDISPINFOW
impl UnwindSafe for NMLVDISPINFOW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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