Struct winapi::commctrl::TVINSERTSTRUCTW [] [src]

pub struct TVINSERTSTRUCTW {
    pub hParent: HTREEITEM,
    pub hInsertAfter: HTREEITEM,
    pub itemex: TVITEMEXW,
}

Fields

hParent: HTREEITEM hInsertAfter: HTREEITEM itemex: TVITEMEXW

Methods

impl TVINSERTSTRUCTW
[src]

unsafe fn item(&self) -> &TV_ITEMW

unsafe fn item_mut(&mut self) -> &mut TV_ITEMW

Trait Implementations

impl Debug for TVINSERTSTRUCTW
[src]

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

Formats the value using the given formatter.

impl Copy for TVINSERTSTRUCTW
[src]

impl Clone for TVINSERTSTRUCTW
[src]

fn clone(&self) -> TVINSERTSTRUCTW

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