Struct winapi::docobj::OLECMDTEXT
[−]
[src]
pub struct OLECMDTEXT { pub cmdtextf: DWORD, pub cwActual: ULONG, pub cwBuf: ULONG, pub rgwz: [wchar_t; 0], }
Fields
cmdtextf | |
cwActual | |
cwBuf | |
rgwz |
Trait Implementations
impl Copy for OLECMDTEXT
[src]
impl Clone for OLECMDTEXT
[src]
fn clone(&self) -> OLECMDTEXT
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