#[repr(C)]pub struct IMobileBroadbandDeviceServiceInformation_Vtbl {
pub base__: IInspectable_Vtbl,
pub DeviceServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub IsDataReadSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsDataWriteSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DeviceServiceId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§IsDataReadSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsDataWriteSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMobileBroadbandDeviceServiceInformation_Vtbl
impl RefUnwindSafe for IMobileBroadbandDeviceServiceInformation_Vtbl
impl Send for IMobileBroadbandDeviceServiceInformation_Vtbl
impl Sync for IMobileBroadbandDeviceServiceInformation_Vtbl
impl Unpin for IMobileBroadbandDeviceServiceInformation_Vtbl
impl UnwindSafe for IMobileBroadbandDeviceServiceInformation_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