Struct winapi::commctrl::LVHITTESTINFO
[−]
[src]
pub struct LVHITTESTINFO {
pub pt: POINT,
pub flags: UINT,
pub iItem: c_int,
pub iSubItem: c_int,
pub iGroup: c_int,
}Fields
pt | |
flags | |
iItem | |
iSubItem | |
iGroup |
Trait Implementations
impl Copy for LVHITTESTINFO[src]
impl Clone for LVHITTESTINFO[src]
fn clone(&self) -> LVHITTESTINFO
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