Struct winapi::oaidl::VARDESC [] [src]

pub struct VARDESC {
    pub memid: MEMBERID,
    pub lpstrSchema: LPOLESTR,
    pub lpvarValue: *mut VARIANT,
    pub elemdescVar: ELEMDESC,
    pub wVarFlags: WORD,
    pub varkind: VARKIND,
}

Fields

memid: MEMBERID lpstrSchema: LPOLESTR lpvarValue: *mut VARIANT elemdescVar: ELEMDESC wVarFlags: WORD varkind: VARKIND

Methods

impl VARDESC
[src]

unsafe fn oInst(&self) -> &ULONG

unsafe fn oInst_mut(&mut self) -> &mut ULONG

Trait Implementations

impl Debug for VARDESC
[src]

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

Formats the value using the given formatter.

impl Copy for VARDESC
[src]

impl Clone for VARDESC
[src]

fn clone(&self) -> VARDESC

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