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