Struct windows::Win32::System::Com::IConnectionPoint_Vtbl
#[repr(C)]pub struct IConnectionPoint_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetConnectionInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetConnectionPointContainer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
pub Unadvise: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub EnumConnections: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetConnectionInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetConnectionPointContainer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT
§Unadvise: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§EnumConnections: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IConnectionPoint_Vtbl
impl IConnectionPoint_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IConnectionPoint_Vtblwhere
Identity: IConnectionPoint_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IConnectionPoint_Vtbl
impl RefUnwindSafe for IConnectionPoint_Vtbl
impl Send for IConnectionPoint_Vtbl
impl Sync for IConnectionPoint_Vtbl
impl Unpin for IConnectionPoint_Vtbl
impl UnwindSafe for IConnectionPoint_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