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