[][src]Struct winapi::um::objidlbase::IMarshal2

#[repr(C)]
pub struct IMarshal2 { pub lpVtbl: *const IMarshal2Vtbl, }

Fields

lpVtbl: *const IMarshal2Vtbl

Methods from Deref<Target = IMarshal>

pub unsafe fn GetUnmarshalClass(
    &self,
    riid: REFIID,
    pv: *mut c_void,
    dwDestContext: DWORD,
    pvDestContext: *mut c_void,
    mshlflags: DWORD,
    pCid: *mut CLSID
) -> HRESULT
[src]

pub unsafe fn GetMarshalSizeMax(
    &self,
    riid: REFIID,
    pv: *mut c_void,
    dwDestContext: DWORD,
    pvDestContext: *mut c_void,
    mshlflags: DWORD,
    pSize: *mut DWORD
) -> HRESULT
[src]

pub unsafe fn MarshalInterface(
    &self,
    pStm: *mut IStream,
    riid: REFIID,
    pv: *mut c_void,
    dwDestContext: DWORD,
    pvDestContext: *mut c_void,
    mshlflags: DWORD
) -> HRESULT
[src]

pub unsafe fn UnmarshalInterface(
    &self,
    pStm: *mut IStream,
    riid: REFIID,
    ppv: *mut *mut c_void
) -> HRESULT
[src]

pub unsafe fn ReleaseMarshalData(&self, pStm: *mut IStream) -> HRESULT[src]

pub unsafe fn DisconnectObject(&self, dwReserved: DWORD) -> HRESULT[src]

Trait Implementations

impl Interface for IMarshal2[src]

impl Deref for IMarshal2[src]

type Target = IMarshal

The resulting type after dereferencing.

Auto Trait Implementations

impl !Send for IMarshal2

impl !Sync for IMarshal2

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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