Struct IMobileBroadbandDeviceInformation_Vtbl
#[repr(C)]pub struct IMobileBroadbandDeviceInformation_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub NetworkDeviceStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut NetworkDeviceStatus) -> HRESULT,
pub Manufacturer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Model: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FirmwareInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CellularClass: unsafe extern "system" fn(_: *mut c_void, _: *mut CellularClass) -> HRESULT,
pub DataClasses: unsafe extern "system" fn(_: *mut c_void, _: *mut DataClasses) -> HRESULT,
pub CustomDataClass: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub MobileEquipmentId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TelephoneNumbers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SubscriberId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SimIccId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeviceType: unsafe extern "system" fn(_: *mut c_void, _: *mut MobileBroadbandDeviceType) -> HRESULT,
pub DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentRadioState: unsafe extern "system" fn(_: *mut c_void, _: *mut MobileBroadbandRadioState) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§NetworkDeviceStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut NetworkDeviceStatus) -> HRESULT§Manufacturer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Model: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§FirmwareInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CellularClass: unsafe extern "system" fn(_: *mut c_void, _: *mut CellularClass) -> HRESULT§DataClasses: unsafe extern "system" fn(_: *mut c_void, _: *mut DataClasses) -> HRESULT§CustomDataClass: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§MobileEquipmentId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§TelephoneNumbers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SubscriberId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SimIccId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DeviceType: unsafe extern "system" fn(_: *mut c_void, _: *mut MobileBroadbandDeviceType) -> HRESULT§DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CurrentRadioState: unsafe extern "system" fn(_: *mut c_void, _: *mut MobileBroadbandRadioState) -> HRESULTAuto Trait Implementations§
impl Freeze for IMobileBroadbandDeviceInformation_Vtbl
impl RefUnwindSafe for IMobileBroadbandDeviceInformation_Vtbl
impl Send for IMobileBroadbandDeviceInformation_Vtbl
impl Sync for IMobileBroadbandDeviceInformation_Vtbl
impl Unpin for IMobileBroadbandDeviceInformation_Vtbl
impl UnwindSafe for IMobileBroadbandDeviceInformation_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