Struct IDot11AdHocManagerNotificationSink_Vtbl
#[repr(C)]pub struct IDot11AdHocManagerNotificationSink_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnNetworkAdd: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnNetworkRemove: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub OnInterfaceAdd: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnInterfaceRemove: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnNetworkAdd: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnNetworkRemove: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§OnInterfaceAdd: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnInterfaceRemove: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
Implementations§
§impl IDot11AdHocManagerNotificationSink_Vtbl
impl IDot11AdHocManagerNotificationSink_Vtbl
pub const fn new<Identity: IDot11AdHocManagerNotificationSink_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDot11AdHocManagerNotificationSink_Vtbl
impl RefUnwindSafe for IDot11AdHocManagerNotificationSink_Vtbl
impl Send for IDot11AdHocManagerNotificationSink_Vtbl
impl Sync for IDot11AdHocManagerNotificationSink_Vtbl
impl Unpin for IDot11AdHocManagerNotificationSink_Vtbl
impl UnwindSafe for IDot11AdHocManagerNotificationSink_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