Struct winapi::commctrl::NMCBEDRAGBEGINA
[−]
[src]
pub struct NMCBEDRAGBEGINA { pub hdr: NMHDR, pub iItemid: c_int, pub szText: [c_char; CBEMAXSTRLEN], }
Fields
hdr | |
iItemid | |
szText |
Trait Implementations
impl Copy for NMCBEDRAGBEGINA
[src]
impl Clone for NMCBEDRAGBEGINA
[src]
fn clone(&self) -> NMCBEDRAGBEGINA
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