Struct winapi::commctrl::HDHITTESTINFO [] [src]

pub struct HDHITTESTINFO {
    pub pt: POINT,
    pub flags: UINT,
    pub iItem: c_int,
}

Fields

pt: POINT flags: UINT iItem: c_int

Trait Implementations

impl Debug for HDHITTESTINFO
[src]

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

Formats the value using the given formatter.

impl Copy for HDHITTESTINFO
[src]

impl Clone for HDHITTESTINFO
[src]

fn clone(&self) -> HDHITTESTINFO

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