Struct winapi::oaidl::TYPEDESC [] [src]

pub struct TYPEDESC {
    pub data: u32,
    pub vt: VARTYPE,
}

Fields

data: u32 vt: VARTYPE

Methods

impl TYPEDESC
[src]

unsafe fn lptdesc(&self) -> &*mut TYPEDESC

unsafe fn lptdesc_mut(&mut self) -> &mut *mut TYPEDESC

impl TYPEDESC
[src]

unsafe fn lpadesc(&self) -> &*mut ARRAYDESC

unsafe fn lpadesc_mut(&mut self) -> &mut *mut ARRAYDESC

impl TYPEDESC
[src]

unsafe fn hreftype(&self) -> &HREFTYPE

unsafe fn hreftype_mut(&mut self) -> &mut HREFTYPE

Trait Implementations

impl Debug for TYPEDESC
[src]

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

Formats the value using the given formatter.

impl Copy for TYPEDESC
[src]

impl Clone for TYPEDESC
[src]

fn clone(&self) -> TYPEDESC

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