Struct NMTVITEMCHANGE
#[repr(C)]pub struct NMTVITEMCHANGE {
pub hdr: NMHDR,
pub uChanged: u32,
pub hItem: HTREEITEM,
pub uStateNew: u32,
pub uStateOld: u32,
pub lParam: LPARAM,
}
Fields§
§hdr: NMHDR
§uChanged: u32
§hItem: HTREEITEM
§uStateNew: u32
§uStateOld: u32
§lParam: LPARAM
Trait Implementations§
§impl Clone for NMTVITEMCHANGE
impl Clone for NMTVITEMCHANGE
§fn clone(&self) -> NMTVITEMCHANGE
fn clone(&self) -> NMTVITEMCHANGE
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 moreimpl Copy for NMTVITEMCHANGE
Auto Trait Implementations§
impl Freeze for NMTVITEMCHANGE
impl RefUnwindSafe for NMTVITEMCHANGE
impl !Send for NMTVITEMCHANGE
impl !Sync for NMTVITEMCHANGE
impl Unpin for NMTVITEMCHANGE
impl UnwindSafe for NMTVITEMCHANGE
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