Struct NMTVDISPINFOW
#[repr(C)]pub struct NMTVDISPINFOW {
pub hdr: NMHDR,
pub item: TVITEMW,
}Fields§
§hdr: NMHDR§item: TVITEMWTrait Implementations§
§impl Clone for NMTVDISPINFOW
impl Clone for NMTVDISPINFOW
§fn clone(&self) -> NMTVDISPINFOW
fn clone(&self) -> NMTVDISPINFOW
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 NMTVDISPINFOW
§impl Default for NMTVDISPINFOW
impl Default for NMTVDISPINFOW
§fn default() -> NMTVDISPINFOW
fn default() -> NMTVDISPINFOW
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for NMTVDISPINFOW
impl !Sync for NMTVDISPINFOW
impl Freeze for NMTVDISPINFOW
impl RefUnwindSafe for NMTVDISPINFOW
impl Unpin for NMTVDISPINFOW
impl UnsafeUnpin for NMTVDISPINFOW
impl UnwindSafe for NMTVDISPINFOW
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