Struct winapi::commctrl::LVFOOTERITEM [] [src]

pub struct LVFOOTERITEM {
    pub mask: UINT,
    pub iItem: c_int,
    pub pszText: LPWSTR,
    pub cchTextMax: c_int,
    pub state: UINT,
    pub stateMask: UINT,
}

Fields

mask: UINT iItem: c_int pszText: LPWSTR cchTextMax: c_int state: UINT stateMask: UINT

Trait Implementations

impl Debug for LVFOOTERITEM
[src]

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

Formats the value using the given formatter.

impl Copy for LVFOOTERITEM
[src]

impl Clone for LVFOOTERITEM
[src]

fn clone(&self) -> LVFOOTERITEM

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