Struct IMobileBroadbandAccountWatcher_Vtbl
#[repr(C)]pub struct IMobileBroadbandAccountWatcher_Vtbl {Show 14 fields
pub base__: IInspectable_Vtbl,
pub AccountAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveAccountAdded: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub AccountUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveAccountUpdated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub AccountRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveAccountRemoved: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub EnumerationCompleted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveEnumerationCompleted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Stopped: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveStopped: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut MobileBroadbandAccountWatcherStatus) -> HRESULT,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§AccountAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveAccountAdded: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§AccountUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveAccountUpdated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§AccountRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveAccountRemoved: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§EnumerationCompleted: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveEnumerationCompleted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§Stopped: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveStopped: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut MobileBroadbandAccountWatcherStatus) -> HRESULT§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IMobileBroadbandAccountWatcher_Vtbl
impl RefUnwindSafe for IMobileBroadbandAccountWatcher_Vtbl
impl Send for IMobileBroadbandAccountWatcher_Vtbl
impl Sync for IMobileBroadbandAccountWatcher_Vtbl
impl Unpin for IMobileBroadbandAccountWatcher_Vtbl
impl UnwindSafe for IMobileBroadbandAccountWatcher_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