Struct winapi::commctrl::NMTVDISPINFOEXW [] [src]

pub struct NMTVDISPINFOEXW {
    pub hdr: NMHDR,
    pub item: TVITEMEXW,
}

Fields

hdr: NMHDR item: TVITEMEXW

Trait Implementations

impl Debug for NMTVDISPINFOEXW
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for NMTVDISPINFOEXW
[src]

impl Clone for NMTVDISPINFOEXW
[src]

fn clone(&self) -> NMTVDISPINFOEXW

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more