Struct IMobileBroadbandSlotManager_Vtbl
#[repr(C)]pub struct IMobileBroadbandSlotManager_Vtbl {
pub base__: IInspectable_Vtbl,
pub SlotInfos: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentSlotIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetCurrentSlot: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MobileBroadbandModemStatus) -> HRESULT,
pub SetCurrentSlotAsync: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub SlotInfoChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveSlotInfoChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub CurrentSlotIndexChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveCurrentSlotIndexChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SlotInfos: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CurrentSlotIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetCurrentSlot: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut MobileBroadbandModemStatus) -> HRESULT§SetCurrentSlotAsync: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT§SlotInfoChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveSlotInfoChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§CurrentSlotIndexChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveCurrentSlotIndexChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto Trait Implementations§
impl Freeze for IMobileBroadbandSlotManager_Vtbl
impl RefUnwindSafe for IMobileBroadbandSlotManager_Vtbl
impl Send for IMobileBroadbandSlotManager_Vtbl
impl Sync for IMobileBroadbandSlotManager_Vtbl
impl Unpin for IMobileBroadbandSlotManager_Vtbl
impl UnwindSafe for IMobileBroadbandSlotManager_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