#[repr(C)]pub struct IContainerActivationHelper_Vtbl {
pub base__: IUnknown_Vtbl,
pub CanActivateClientVM: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CanActivateClientVM: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
Implementations§
§impl IContainerActivationHelper_Vtbl
impl IContainerActivationHelper_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IContainerActivationHelper_Vtblwhere
Identity: IContainerActivationHelper_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContainerActivationHelper_Vtbl
impl RefUnwindSafe for IContainerActivationHelper_Vtbl
impl Send for IContainerActivationHelper_Vtbl
impl Sync for IContainerActivationHelper_Vtbl
impl Unpin for IContainerActivationHelper_Vtbl
impl UnwindSafe for IContainerActivationHelper_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