Struct winapi::commctrl::LVFOOTERINFO [] [src]

pub struct LVFOOTERINFO {
    pub mask: UINT,
    pub pszText: LPWSTR,
    pub cchTextMax: c_int,
    pub cItems: UINT,
}

Fields

mask: UINT pszText: LPWSTR cchTextMax: c_int cItems: UINT

Trait Implementations

impl Debug for LVFOOTERINFO
[src]

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

Formats the value using the given formatter.

impl Copy for LVFOOTERINFO
[src]

impl Clone for LVFOOTERINFO
[src]

fn clone(&self) -> LVFOOTERINFO

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