Struct winapi::commctrl::LVSETINFOTIP [] [src]

pub struct LVSETINFOTIP {
    pub cbSize: UINT,
    pub dwFlags: DWORD,
    pub pszText: LPWSTR,
    pub iItem: c_int,
    pub iSubItem: c_int,
}

Fields

cbSize: UINT dwFlags: DWORD pszText: LPWSTR iItem: c_int iSubItem: c_int

Trait Implementations

impl Debug for LVSETINFOTIP
[src]

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

Formats the value using the given formatter.

impl Copy for LVSETINFOTIP
[src]

impl Clone for LVSETINFOTIP
[src]

fn clone(&self) -> LVSETINFOTIP

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