Struct IAssemblyCache_Vtbl
#[repr(C)]pub struct IAssemblyCache_Vtbl {
pub base__: IUnknown_Vtbl,
pub UninstallAssembly: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: *mut FUSION_INSTALL_REFERENCE, _: *mut IASSEMBLYCACHE_UNINSTALL_DISPOSITION) -> HRESULT,
pub QueryAssemblyInfo: unsafe extern "system" fn(_: *mut c_void, _: QUERYASMINFO_FLAGS, _: PCWSTR, _: *mut ASSEMBLY_INFO) -> HRESULT,
pub CreateAssemblyCacheItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut *mut c_void, _: PCWSTR) -> HRESULT,
pub Reserved: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub InstallAssembly: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: *mut FUSION_INSTALL_REFERENCE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§UninstallAssembly: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: *mut FUSION_INSTALL_REFERENCE, _: *mut IASSEMBLYCACHE_UNINSTALL_DISPOSITION) -> HRESULT
§QueryAssemblyInfo: unsafe extern "system" fn(_: *mut c_void, _: QUERYASMINFO_FLAGS, _: PCWSTR, _: *mut ASSEMBLY_INFO) -> HRESULT
§CreateAssemblyCacheItem: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut *mut c_void, _: PCWSTR) -> HRESULT
§Reserved: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§InstallAssembly: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: *mut FUSION_INSTALL_REFERENCE) -> HRESULT
Implementations§
§impl IAssemblyCache_Vtbl
impl IAssemblyCache_Vtbl
pub const fn new<Identity: IAssemblyCache_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAssemblyCache_Vtbl
impl RefUnwindSafe for IAssemblyCache_Vtbl
impl Send for IAssemblyCache_Vtbl
impl Sync for IAssemblyCache_Vtbl
impl Unpin for IAssemblyCache_Vtbl
impl UnwindSafe for IAssemblyCache_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