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