#[repr(C)]pub struct IMbnInterfaceEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnInterfaceCapabilityAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnSubscriberInformationChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnReadyStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnEmergencyModeChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnHomeProviderAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnPreferredProvidersChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnSetPreferredProvidersComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: HRESULT) -> HRESULT,
pub OnScanNetworkComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: HRESULT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnInterfaceCapabilityAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnSubscriberInformationChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnReadyStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnEmergencyModeChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnHomeProviderAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnPreferredProvidersChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OnSetPreferredProvidersComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: HRESULT) -> HRESULT
§OnScanNetworkComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: HRESULT) -> HRESULT
Implementations§
§impl IMbnInterfaceEvents_Vtbl
impl IMbnInterfaceEvents_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMbnInterfaceEvents_Vtblwhere
Identity: IMbnInterfaceEvents_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMbnInterfaceEvents_Vtbl
impl RefUnwindSafe for IMbnInterfaceEvents_Vtbl
impl Send for IMbnInterfaceEvents_Vtbl
impl Sync for IMbnInterfaceEvents_Vtbl
impl Unpin for IMbnInterfaceEvents_Vtbl
impl UnwindSafe for IMbnInterfaceEvents_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