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
iItem
pszText
cchTextMax
state
stateMask

Trait Implementations

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

Derived Implementations

impl Debug for LVFOOTERITEM
[src]

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

Formats the value using the given formatter.