Struct IAssemblyLocator_Vtbl
#[repr(C)]pub struct IAssemblyLocator_Vtbl {
pub base__: IDispatch_Vtbl,
pub GetModules: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§GetModules: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
Implementations§
§impl IAssemblyLocator_Vtbl
impl IAssemblyLocator_Vtbl
pub const fn new<Identity: IAssemblyLocator_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAssemblyLocator_Vtbl
impl RefUnwindSafe for IAssemblyLocator_Vtbl
impl Send for IAssemblyLocator_Vtbl
impl Sync for IAssemblyLocator_Vtbl
impl Unpin for IAssemblyLocator_Vtbl
impl UnwindSafe for IAssemblyLocator_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