Struct winapi::oaidl::__MIDL_IOleAutomationTypes_0001 [] [src]

pub struct __MIDL_IOleAutomationTypes_0001 {
    pub data0: u32,
    pub data1: [u32; 6],
}

Fields

data0: u32 data1: [u32; 6]

Methods

impl __MIDL_IOleAutomationTypes_0001
[src]

unsafe fn BstrStr(&self) -> &SAFEARR_BSTR

unsafe fn BstrStr_mut(&mut self) -> &mut SAFEARR_BSTR

impl __MIDL_IOleAutomationTypes_0001
[src]

unsafe fn UnknownStr(&self) -> &SAFEARR_UNKNOWN

unsafe fn UnknownStr_mut(&mut self) -> &mut SAFEARR_UNKNOWN

impl __MIDL_IOleAutomationTypes_0001
[src]

unsafe fn DispatchStr(&self) -> &SAFEARR_DISPATCH

unsafe fn DispatchStr_mut(&mut self) -> &mut SAFEARR_DISPATCH

impl __MIDL_IOleAutomationTypes_0001
[src]

unsafe fn VariantStr(&self) -> &SAFEARR_VARIANT

unsafe fn VariantStr_mut(&mut self) -> &mut SAFEARR_VARIANT

impl __MIDL_IOleAutomationTypes_0001
[src]

unsafe fn RecordStr(&self) -> &SAFEARR_BRECORD

unsafe fn RecordStr_mut(&mut self) -> &mut SAFEARR_BRECORD

impl __MIDL_IOleAutomationTypes_0001
[src]

unsafe fn HaveIidStr(&self) -> &SAFEARR_HAVEIID

unsafe fn HaveIidStr_mut(&mut self) -> &mut SAFEARR_HAVEIID

impl __MIDL_IOleAutomationTypes_0001
[src]

unsafe fn ByteStr(&self) -> &BYTE_SIZEDARR

unsafe fn ByteStr_mut(&mut self) -> &mut BYTE_SIZEDARR

impl __MIDL_IOleAutomationTypes_0001
[src]

unsafe fn WordStr(&self) -> &WORD_SIZEDARR

unsafe fn WordStr_mut(&mut self) -> &mut WORD_SIZEDARR

impl __MIDL_IOleAutomationTypes_0001
[src]

unsafe fn LongStr(&self) -> &DWORD_SIZEDARR

unsafe fn LongStr_mut(&mut self) -> &mut DWORD_SIZEDARR

impl __MIDL_IOleAutomationTypes_0001
[src]

unsafe fn HyperStr(&self) -> &HYPER_SIZEDARR

unsafe fn HyperStr_mut(&mut self) -> &mut HYPER_SIZEDARR

Trait Implementations

impl Debug for __MIDL_IOleAutomationTypes_0001
[src]

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

Formats the value using the given formatter.

impl Copy for __MIDL_IOleAutomationTypes_0001
[src]

impl Clone for __MIDL_IOleAutomationTypes_0001
[src]

fn clone(&self) -> __MIDL_IOleAutomationTypes_0001

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