Struct winapi::commctrl::TVGETITEMPARTRECTINFO [] [src]

pub struct TVGETITEMPARTRECTINFO {
    pub hti: HTREEITEM,
    pub prc: *mut RECT,
    pub partID: TVITEMPART,
}

Fields

hti: HTREEITEM prc: *mut RECT partID: TVITEMPART

Trait Implementations

impl Debug for TVGETITEMPARTRECTINFO
[src]

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

Formats the value using the given formatter.

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