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