Struct winapi::oaidl::ELEMDESC
[−]
[src]
pub struct ELEMDESC { pub tdesc: TYPEDESC, pub idldesc: IDLDESC, }
Fields
tdesc | |
idldesc |
Methods
impl ELEMDESC
[src]
unsafe fn paramdesc(&self) -> &PARAMDESC
unsafe fn paramdesc_mut(&mut self) -> &mut PARAMDESC
Trait Implementations
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