Struct winapi::commctrl::TVITEMEXA [] [src]

pub struct TVITEMEXA {
    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,
    pub iIntegral: c_int,
    pub uStateEx: UINT,
    pub hwnd: HWND,
    pub iExpandedImage: c_int,
    pub iReserved: c_int,
}

Fields

mask: UINT hItem: HTREEITEM state: UINT stateMask: UINT pszText: LPSTR cchTextMax: c_int iImage: c_int iSelectedImage: c_int cChildren: c_int lParam: LPARAM iIntegral: c_int uStateEx: UINT hwnd: HWND iExpandedImage: c_int iReserved: c_int

Trait Implementations

impl Debug for TVITEMEXA
[src]

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

Formats the value using the given formatter.

impl Copy for TVITEMEXA
[src]

impl Clone for TVITEMEXA
[src]

fn clone(&self) -> TVITEMEXA

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