Struct winapi::commctrl::NMHDFILTERBTNCLICK
[−]
[src]
pub struct NMHDFILTERBTNCLICK { pub hdr: NMHDR, pub iItem: INT, pub rc: RECT, }
Fields
hdr | |
iItem | |
rc |
Trait Implementations
impl Copy for NMHDFILTERBTNCLICK
[src]
impl Clone for NMHDFILTERBTNCLICK
[src]
fn clone(&self) -> NMHDFILTERBTNCLICK
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