Struct IMarshal_Vtbl
#[repr(C)]pub struct IMarshal_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetUnmarshalClass: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const c_void, _: u32, _: *const c_void, _: u32, _: *mut GUID) -> HRESULT,
pub GetMarshalSizeMax: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const c_void, _: u32, _: *const c_void, _: u32, _: *mut u32) -> HRESULT,
pub MarshalInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: *const c_void, _: u32, _: *const c_void, _: u32) -> HRESULT,
pub UnmarshalInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub ReleaseMarshalData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DisconnectObject: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetUnmarshalClass: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const c_void, _: u32, _: *const c_void, _: u32, _: *mut GUID) -> HRESULT§GetMarshalSizeMax: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const c_void, _: u32, _: *const c_void, _: u32, _: *mut u32) -> HRESULT§MarshalInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: *const c_void, _: u32, _: *const c_void, _: u32) -> HRESULT§UnmarshalInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT§ReleaseMarshalData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DisconnectObject: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULTImplementations§
§impl IMarshal_Vtbl
impl IMarshal_Vtbl
pub const fn new<Identity: IMarshal_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMarshal_Vtbl
impl RefUnwindSafe for IMarshal_Vtbl
impl Send for IMarshal_Vtbl
impl Sync for IMarshal_Vtbl
impl Unpin for IMarshal_Vtbl
impl UnwindSafe for IMarshal_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more