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