Struct IMobileBroadbandCellsInfo_Vtbl
#[repr(C)]pub struct IMobileBroadbandCellsInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub NeighboringCellsCdma: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub NeighboringCellsGsm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub NeighboringCellsLte: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub NeighboringCellsTdscdma: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub NeighboringCellsUmts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ServingCellsCdma: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ServingCellsGsm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ServingCellsLte: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ServingCellsTdscdma: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ServingCellsUmts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§NeighboringCellsCdma: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§NeighboringCellsGsm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§NeighboringCellsLte: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§NeighboringCellsTdscdma: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§NeighboringCellsUmts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ServingCellsCdma: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ServingCellsGsm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ServingCellsLte: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ServingCellsTdscdma: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ServingCellsUmts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IMobileBroadbandCellsInfo_Vtbl
impl RefUnwindSafe for IMobileBroadbandCellsInfo_Vtbl
impl Send for IMobileBroadbandCellsInfo_Vtbl
impl Sync for IMobileBroadbandCellsInfo_Vtbl
impl Unpin for IMobileBroadbandCellsInfo_Vtbl
impl UnwindSafe for IMobileBroadbandCellsInfo_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