Struct winapi::oaidl::ELEMDESC [] [src]

pub struct ELEMDESC {
    pub tdesc: TYPEDESC,
    pub idldesc: IDLDESC,
}

Fields

tdesc: TYPEDESC idldesc: IDLDESC

Methods

impl ELEMDESC
[src]

unsafe fn paramdesc(&self) -> &PARAMDESC

unsafe fn paramdesc_mut(&mut self) -> &mut PARAMDESC

Trait Implementations

impl Debug for ELEMDESC
[src]

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

Formats the value using the given formatter.

impl Copy for ELEMDESC
[src]

impl Clone for ELEMDESC
[src]

fn clone(&self) -> ELEMDESC

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