Struct winapi::commctrl::NMLVFINDITEMA [] [src]

pub struct NMLVFINDITEMA {
    pub hdr: NMHDR,
    pub iStart: c_int,
    pub lvfi: LVFINDINFOA,
}

Fields

hdr: NMHDR iStart: c_int lvfi: LVFINDINFOA

Trait Implementations

impl Debug for NMLVFINDITEMA
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for NMLVFINDITEMA
[src]

impl Clone for NMLVFINDITEMA
[src]

fn clone(&self) -> NMLVFINDITEMA

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