Struct winapi::commctrl::TVINSERTSTRUCTA
[−]
[src]
pub struct TVINSERTSTRUCTA {
pub hParent: HTREEITEM,
pub hInsertAfter: HTREEITEM,
pub itemex: TVITEMEXA,
}Fields
hParent | |
hInsertAfter | |
itemex |
Methods
impl TVINSERTSTRUCTA[src]
Trait Implementations
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