Struct winapi::commctrl::LVFOOTERINFO
[−]
[src]
pub struct LVFOOTERINFO { pub mask: UINT, pub pszText: LPWSTR, pub cchTextMax: c_int, pub cItems: UINT, }
Fields
mask | |
pszText | |
cchTextMax | |
cItems |
Trait Implementations
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