Struct IHostAssemblyStore_Vtbl
#[repr(C)]pub struct IHostAssemblyStore_Vtbl {
pub base__: IUnknown_Vtbl,
pub ProvideAssembly: unsafe extern "system" fn(_: *mut c_void, _: *const AssemblyBindInfo, _: *mut u64, _: *mut u64, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ProvideModule: unsafe extern "system" fn(_: *mut c_void, _: *const ModuleBindInfo, _: *mut u32, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ProvideAssembly: unsafe extern "system" fn(_: *mut c_void, _: *const AssemblyBindInfo, _: *mut u64, _: *mut u64, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
§ProvideModule: unsafe extern "system" fn(_: *mut c_void, _: *const ModuleBindInfo, _: *mut u32, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IHostAssemblyStore_Vtbl
impl IHostAssemblyStore_Vtbl
pub const fn new<Identity: IHostAssemblyStore_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHostAssemblyStore_Vtbl
impl RefUnwindSafe for IHostAssemblyStore_Vtbl
impl Send for IHostAssemblyStore_Vtbl
impl Sync for IHostAssemblyStore_Vtbl
impl Unpin for IHostAssemblyStore_Vtbl
impl UnwindSafe for IHostAssemblyStore_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