Struct winapi::commctrl::TVITEMA [] [src]

pub struct TVITEMA {
    pub mask: UINT,
    pub hItem: HTREEITEM,
    pub state: UINT,
    pub stateMask: UINT,
    pub pszText: LPSTR,
    pub cchTextMax: c_int,
    pub iImage: c_int,
    pub iSelectedImage: c_int,
    pub cChildren: c_int,
    pub lParam: LPARAM,
}

Fields

mask
hItem
state
stateMask
pszText
cchTextMax
iImage
iSelectedImage
cChildren
lParam

Trait Implementations

impl Copy for TVITEMA
[src]

impl Clone for TVITEMA
[src]

fn clone(&self) -> TVITEMA

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 TVITEMA
[src]

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

Formats the value using the given formatter.