Struct windows_sys::Win32::UI::Controls::NMTVITEMCHANGE
[−]#[repr(C)]pub struct NMTVITEMCHANGE {
pub hdr: NMHDR,
pub uChanged: u32,
pub hItem: HTREEITEM,
pub uStateNew: u32,
pub uStateOld: u32,
pub lParam: LPARAM,
}Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation"
Fields
hdr: NMHDRuChanged: u32hItem: HTREEITEMuStateNew: u32uStateOld: u32lParam: LPARAMTrait Implementations
impl Clone for NMTVITEMCHANGE
impl Clone for NMTVITEMCHANGE
impl Copy for NMTVITEMCHANGE
Auto Trait Implementations
impl RefUnwindSafe for NMTVITEMCHANGE
impl Send for NMTVITEMCHANGE
impl Sync for NMTVITEMCHANGE
impl Unpin for NMTVITEMCHANGE
impl UnwindSafe for NMTVITEMCHANGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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