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: POINT flags: UINT iItem: c_int iSubItem: c_int iGroup: c_int

Trait Implementations

impl Debug for LVHITTESTINFO
[src]

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

Formats the value using the given formatter.

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