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: LIST_VIEW_ITEM_FLAGS,
pub ptAction: POINT,
pub lParam: LPARAM,
}Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation"
Fields
hdr: NMHDRiItem: i32iSubItem: i32uNewState: u32uOldState: u32uChanged: LIST_VIEW_ITEM_FLAGSptAction: POINTlParam: LPARAMTrait 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 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