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