Struct INetworkEvents_Vtbl
#[repr(C)]pub struct INetworkEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub NetworkAdded: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT,
pub NetworkDeleted: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT,
pub NetworkConnectivityChanged: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: NLM_CONNECTIVITY) -> HRESULT,
pub NetworkPropertyChanged: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: NLM_NETWORK_PROPERTY_CHANGE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§NetworkAdded: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT
§NetworkDeleted: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT
§NetworkConnectivityChanged: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: NLM_CONNECTIVITY) -> HRESULT
§NetworkPropertyChanged: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: NLM_NETWORK_PROPERTY_CHANGE) -> HRESULT
Implementations§
§impl INetworkEvents_Vtbl
impl INetworkEvents_Vtbl
pub const fn new<Identity: INetworkEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for INetworkEvents_Vtbl
impl RefUnwindSafe for INetworkEvents_Vtbl
impl Send for INetworkEvents_Vtbl
impl Sync for INetworkEvents_Vtbl
impl Unpin for INetworkEvents_Vtbl
impl UnwindSafe for INetworkEvents_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