Struct windows_sys::Win32::UI::Controls::NMLISTVIEW
[−]#[repr(C)]pub struct NMLISTVIEW {
pub hdr: NMHDR,
pub iItem: i32,
pub iSubItem: i32,
pub uNewState: u32,
pub uOldState: u32,
pub uChanged: u32,
pub ptAction: POINT,
pub lParam: LPARAM,
}
Expand description
Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’
Fields
hdr: NMHDR
iItem: i32
iSubItem: i32
uNewState: u32
uOldState: u32
uChanged: u32
ptAction: POINT
lParam: LPARAM
Trait Implementations
impl Clone for NMLISTVIEW
impl Clone for NMLISTVIEW
impl Copy for NMLISTVIEW
Auto Trait Implementations
impl RefUnwindSafe for NMLISTVIEW
impl Send for NMLISTVIEW
impl Sync for NMLISTVIEW
impl Unpin for NMLISTVIEW
impl UnwindSafe for NMLISTVIEW
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