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