Struct winapi::commctrl::TVINSERTSTRUCTA [] [src]

pub struct TVINSERTSTRUCTA {
    pub hParent: HTREEITEM,
    pub hInsertAfter: HTREEITEM,
    pub itemex: TVITEMEXA,
}

Fields

hParent: HTREEITEM hInsertAfter: HTREEITEM itemex: TVITEMEXA

Methods

impl TVINSERTSTRUCTA
[src]

unsafe fn item(&self) -> &TV_ITEMA

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

Trait Implementations

impl Debug for TVINSERTSTRUCTA
[src]

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

Formats the value using the given formatter.

impl Copy for TVINSERTSTRUCTA
[src]

impl Clone for TVINSERTSTRUCTA
[src]

fn clone(&self) -> TVINSERTSTRUCTA

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