Struct winapi::commctrl::LITEM [] [src]

pub struct LITEM {
    pub mask: UINT,
    pub iLink: c_int,
    pub state: UINT,
    pub stateMask: UINT,
    pub szID: [WCHAR; 48],
    pub szUrl: [WCHAR; 2084],
}

Fields

mask: UINT iLink: c_int state: UINT stateMask: UINT szID: [WCHAR; 48] szUrl: [WCHAR; 2084]

Trait Implementations

impl Copy for LITEM
[src]

impl Clone for LITEM
[src]

fn clone(&self) -> LITEM

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