Struct IMobileBroadbandCellGsm_Vtbl
#[repr(C)]pub struct IMobileBroadbandCellGsm_Vtbl {
pub base__: IInspectable_Vtbl,
pub BaseStationId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CellId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ChannelNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LocationAreaCode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ProviderId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ReceivedSignalStrengthInDBm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TimingAdvanceInBitPeriods: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§BaseStationId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CellId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ChannelNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§LocationAreaCode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ProviderId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ReceivedSignalStrengthInDBm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§TimingAdvanceInBitPeriods: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IMobileBroadbandCellGsm_Vtbl
impl RefUnwindSafe for IMobileBroadbandCellGsm_Vtbl
impl Send for IMobileBroadbandCellGsm_Vtbl
impl Sync for IMobileBroadbandCellGsm_Vtbl
impl Unpin for IMobileBroadbandCellGsm_Vtbl
impl UnwindSafe for IMobileBroadbandCellGsm_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