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