Struct winapi::commctrl::TVGETITEMPARTRECTINFO
[−]
[src]
pub struct TVGETITEMPARTRECTINFO { pub hti: HTREEITEM, pub prc: *mut RECT, pub partID: TVITEMPART, }
Fields
hti | |
prc | |
partID |
Trait Implementations
impl Copy for TVGETITEMPARTRECTINFO
[src]
impl Clone for TVGETITEMPARTRECTINFO
[src]
fn clone(&self) -> TVGETITEMPARTRECTINFO
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