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