Struct windows::Win32::UI::Controls::NMTREEVIEWW
#[repr(C)]pub struct NMTREEVIEWW {
pub hdr: NMHDR,
pub action: NM_TREEVIEW_ACTION,
pub itemOld: TVITEMW,
pub itemNew: TVITEMW,
pub ptDrag: POINT,
}
Fields§
§hdr: NMHDR
§action: NM_TREEVIEW_ACTION
§itemOld: TVITEMW
§itemNew: TVITEMW
§ptDrag: POINT
Trait Implementations§
§impl Clone for NMTREEVIEWW
impl Clone for NMTREEVIEWW
§fn clone(&self) -> NMTREEVIEWW
fn clone(&self) -> NMTREEVIEWW
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 more§impl Debug for NMTREEVIEWW
impl Debug for NMTREEVIEWW
§impl PartialEq for NMTREEVIEWW
impl PartialEq for NMTREEVIEWW
§fn eq(&self, other: &NMTREEVIEWW) -> bool
fn eq(&self, other: &NMTREEVIEWW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NMTREEVIEWW
impl Eq for NMTREEVIEWW
impl StructuralPartialEq for NMTREEVIEWW
Auto Trait Implementations§
impl Freeze for NMTREEVIEWW
impl RefUnwindSafe for NMTREEVIEWW
impl !Send for NMTREEVIEWW
impl !Sync for NMTREEVIEWW
impl Unpin for NMTREEVIEWW
impl UnwindSafe for NMTREEVIEWW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)