Struct winapi::commctrl::LVINSERTMARK
[−]
[src]
pub struct LVINSERTMARK { pub cbSize: UINT, pub dwFlags: DWORD, pub iItem: c_int, pub dwReserved: DWORD, }
Fields
cbSize | |
dwFlags | |
iItem | |
dwReserved |
Trait Implementations
impl Copy for LVINSERTMARK
[src]
impl Clone for LVINSERTMARK
[src]
fn clone(&self) -> LVINSERTMARK
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