Struct windows::Win32::System::Ole::ITypeMarshal_Vtbl
#[repr(C)]pub struct ITypeMarshal_Vtbl {
pub base__: IUnknown_Vtbl,
pub Size: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: *const c_void, _: *mut u32) -> HRESULT,
pub Marshal: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: *const c_void, _: u32, _: *mut u8, _: *mut u32) -> HRESULT,
pub Unmarshal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32, _: *const u8, _: *mut u32) -> HRESULT,
pub Free: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Size: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: *const c_void, _: *mut u32) -> HRESULT
§Marshal: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: *const c_void, _: u32, _: *mut u8, _: *mut u32) -> HRESULT
§Unmarshal: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32, _: *const u8, _: *mut u32) -> HRESULT
§Free: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT
Implementations§
§impl ITypeMarshal_Vtbl
impl ITypeMarshal_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITypeMarshal_Vtblwhere
Identity: ITypeMarshal_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITypeMarshal_Vtbl
impl RefUnwindSafe for ITypeMarshal_Vtbl
impl Send for ITypeMarshal_Vtbl
impl Sync for ITypeMarshal_Vtbl
impl Unpin for ITypeMarshal_Vtbl
impl UnwindSafe for ITypeMarshal_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