Struct winapi::commctrl::LITEM
[−]
[src]
pub struct LITEM {
pub mask: UINT,
pub iLink: c_int,
pub state: UINT,
pub stateMask: UINT,
pub szID: [WCHAR; MAX_LINKID_TEXT],
pub szUrl: [WCHAR; L_MAX_URL_LENGTH],
}Fields
mask | |
iLink | |
state | |
stateMask | |
szID | |
szUrl |
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