#[repr(C)]pub struct IMobileBroadbandModem_Vtbl {
pub base__: IInspectable_Vtbl,
pub CurrentAccount: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeviceInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub MaxDeviceServiceCommandSizeInBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub MaxDeviceServiceDataSizeInBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub DeviceServices: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetDeviceService: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT,
pub IsResetSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ResetAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCurrentConfigurationAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentNetwork: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CurrentAccount: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DeviceInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§MaxDeviceServiceCommandSizeInBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§MaxDeviceServiceDataSizeInBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§DeviceServices: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetDeviceService: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut *mut c_void) -> HRESULT
§IsResetSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§ResetAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCurrentConfigurationAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CurrentNetwork: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMobileBroadbandModem_Vtbl
impl RefUnwindSafe for IMobileBroadbandModem_Vtbl
impl Send for IMobileBroadbandModem_Vtbl
impl Sync for IMobileBroadbandModem_Vtbl
impl Unpin for IMobileBroadbandModem_Vtbl
impl UnwindSafe for IMobileBroadbandModem_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