Struct winapi::commctrl::LVFINDINFOA [] [src]

pub struct LVFINDINFOA {
    pub flags: UINT,
    pub psz: LPCSTR,
    pub lParam: LPARAM,
    pub pt: POINT,
    pub vkDirection: UINT,
}

Fields

flags: UINT psz: LPCSTR lParam: LPARAM pt: POINT vkDirection: UINT

Trait Implementations

impl Debug for LVFINDINFOA
[src]

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

Formats the value using the given formatter.

impl Copy for LVFINDINFOA
[src]

impl Clone for LVFINDINFOA
[src]

fn clone(&self) -> LVFINDINFOA

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