Struct windows_sys::Win32::UI::Controls::NMLVDISPINFOA
[−]Expand description
Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’
Fields
hdr: NMHDRitem: LVITEMATrait Implementations
impl Clone for NMLVDISPINFOA
impl Clone for NMLVDISPINFOA
impl Copy for NMLVDISPINFOA
Auto Trait Implementations
impl RefUnwindSafe for NMLVDISPINFOA
impl !Send for NMLVDISPINFOA
impl !Sync for NMLVDISPINFOA
impl Unpin for NMLVDISPINFOA
impl UnwindSafe for NMLVDISPINFOA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more