Struct NMTVDISPINFOEXW
#[repr(C)]pub struct NMTVDISPINFOEXW {
pub hdr: NMHDR,
pub item: TVITEMEXW,
}Fields§
§hdr: NMHDR§item: TVITEMEXWTrait Implementations§
§impl Clone for NMTVDISPINFOEXW
impl Clone for NMTVDISPINFOEXW
§fn clone(&self) -> NMTVDISPINFOEXW
fn clone(&self) -> NMTVDISPINFOEXW
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NMTVDISPINFOEXW
§impl Default for NMTVDISPINFOEXW
impl Default for NMTVDISPINFOEXW
§fn default() -> NMTVDISPINFOEXW
fn default() -> NMTVDISPINFOEXW
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for NMTVDISPINFOEXW
impl !Sync for NMTVDISPINFOEXW
impl Freeze for NMTVDISPINFOEXW
impl RefUnwindSafe for NMTVDISPINFOEXW
impl Unpin for NMTVDISPINFOEXW
impl UnsafeUnpin for NMTVDISPINFOEXW
impl UnwindSafe for NMTVDISPINFOEXW
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