Struct windows::Win32::System::Com::IConnectionPointContainer_Vtbl
#[repr(C)]pub struct IConnectionPointContainer_Vtbl {
pub base__: IUnknown_Vtbl,
pub EnumConnectionPoints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindConnectionPoint: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§EnumConnectionPoints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FindConnectionPoint: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IConnectionPointContainer_Vtbl
impl IConnectionPointContainer_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IConnectionPointContainer_Vtblwhere
Identity: IConnectionPointContainer_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IConnectionPointContainer_Vtbl
impl RefUnwindSafe for IConnectionPointContainer_Vtbl
impl Send for IConnectionPointContainer_Vtbl
impl Sync for IConnectionPointContainer_Vtbl
impl Unpin for IConnectionPointContainer_Vtbl
impl UnwindSafe for IConnectionPointContainer_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