#[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,
}
Fields§
§hdr: NMHDR
§iItem: i32
§iSubItem: i32
§uNewState: u32
§uOldState: u32
§uChanged: u32
§ptAction: POINT
§lParam: LPARAM
Trait Implementations§
Source§impl Clone for NMLISTVIEW
impl Clone for NMLISTVIEW
Source§fn clone(&self) -> NMLISTVIEW
fn clone(&self) -> NMLISTVIEW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NMLISTVIEW
impl Debug for NMLISTVIEW
Source§impl Default for NMLISTVIEW
impl Default for NMLISTVIEW
Source§impl PartialEq for NMLISTVIEW
impl PartialEq for NMLISTVIEW
impl Copy for NMLISTVIEW
impl Eq for NMLISTVIEW
Auto Trait Implementations§
impl Freeze for NMLISTVIEW
impl RefUnwindSafe for NMLISTVIEW
impl Send for NMLISTVIEW
impl Sync for NMLISTVIEW
impl Unpin for NMLISTVIEW
impl UnwindSafe for NMLISTVIEW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more