Struct winapi::commctrl::NMLVEMPTYMARKUP [] [src]

pub struct NMLVEMPTYMARKUP {
    pub hdr: NMHDR,
    pub dwFlags: DWORD,
    pub szMarkup: [WCHAR; 2084],
}

Fields

hdr: NMHDR dwFlags: DWORD szMarkup: [WCHAR; 2084]

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