Struct winapi::commctrl::NMLVFINDITEMW [] [src]

pub struct NMLVFINDITEMW {
    pub hdr: NMHDR,
    pub iStart: c_int,
    pub lvfi: LVFINDINFOW,
}

Fields

hdr: NMHDR iStart: c_int lvfi: LVFINDINFOW

Trait Implementations

impl Debug for NMLVFINDITEMW
[src]

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

Formats the value using the given formatter.

impl Copy for NMLVFINDITEMW
[src]

impl Clone for NMLVFINDITEMW
[src]

fn clone(&self) -> NMLVFINDITEMW

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