Struct winapi::commctrl::NMLVEMPTYMARKUP
[−]
[src]
pub struct NMLVEMPTYMARKUP {
pub hdr: NMHDR,
pub dwFlags: DWORD,
pub szMarkup: [WCHAR; L_MAX_URL_LENGTH],
}Fields
hdr | |
dwFlags | |
szMarkup |
Trait Implementations
impl Copy for NMLVEMPTYMARKUP[src]
impl Clone for NMLVEMPTYMARKUP[src]
fn clone(&self) -> NMLVEMPTYMARKUP
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