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

#[repr(C)]
pub struct __MIDL_IOleAutomationTypes_0001(_);

Methods

impl __MIDL_IOleAutomationTypes_0001[src]

pub unsafe fn BstrStr(&self) -> &SAFEARR_BSTR[src]

pub unsafe fn BstrStr_mut(&mut self) -> &mut SAFEARR_BSTR[src]

pub unsafe fn UnknownStr(&self) -> &SAFEARR_UNKNOWN[src]

pub unsafe fn UnknownStr_mut(&mut self) -> &mut SAFEARR_UNKNOWN[src]

pub unsafe fn DispatchStr(&self) -> &SAFEARR_DISPATCH[src]

pub unsafe fn DispatchStr_mut(&mut self) -> &mut SAFEARR_DISPATCH[src]

pub unsafe fn VariantStr(&self) -> &SAFEARR_VARIANT[src]

pub unsafe fn VariantStr_mut(&mut self) -> &mut SAFEARR_VARIANT[src]

pub unsafe fn RecordStr(&self) -> &SAFEARR_BRECORD[src]

pub unsafe fn RecordStr_mut(&mut self) -> &mut SAFEARR_BRECORD[src]

pub unsafe fn HaveIidStr(&self) -> &SAFEARR_HAVEIID[src]

pub unsafe fn HaveIidStr_mut(&mut self) -> &mut SAFEARR_HAVEIID[src]

pub unsafe fn ByteStr(&self) -> &BYTE_SIZEDARR[src]

pub unsafe fn ByteStr_mut(&mut self) -> &mut BYTE_SIZEDARR[src]

pub unsafe fn WordStr(&self) -> &WORD_SIZEDARR[src]

pub unsafe fn WordStr_mut(&mut self) -> &mut WORD_SIZEDARR[src]

pub unsafe fn LongStr(&self) -> &DWORD_SIZEDARR[src]

pub unsafe fn LongStr_mut(&mut self) -> &mut DWORD_SIZEDARR[src]

pub unsafe fn HyperStr(&self) -> &HYPER_SIZEDARR[src]

pub unsafe fn HyperStr_mut(&mut self) -> &mut HYPER_SIZEDARR[src]

Trait Implementations

impl Copy for __MIDL_IOleAutomationTypes_0001[src]

impl Clone for __MIDL_IOleAutomationTypes_0001[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for __MIDL_IOleAutomationTypes_0001[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]