Struct winapi::docobj::OLECMDTEXT [] [src]

pub struct OLECMDTEXT {
    pub cmdtextf: DWORD,
    pub cwActual: ULONG,
    pub cwBuf: ULONG,
    pub rgwz: [wchar_t; 0],
}

Fields

cmdtextf: DWORD cwActual: ULONG cwBuf: ULONG rgwz: [wchar_t; 0]

Trait Implementations

impl Debug for OLECMDTEXT
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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