Struct winapi::commctrl::NMLVLINK [] [src]

pub struct NMLVLINK {
    pub hdr: NMHDR,
    pub link: LITEM,
    pub iItem: c_int,
    pub iSubItem: c_int,
}

Fields

hdr: NMHDR link: LITEM iItem: c_int iSubItem: c_int

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