Struct IWwanConnectionProfileDetails_Vtbl
#[repr(C)]pub struct IWwanConnectionProfileDetails_Vtbl {
pub base__: IInspectable_Vtbl,
pub HomeProviderId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AccessPointName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetNetworkRegistrationState: unsafe extern "system" fn(_: *mut c_void, _: *mut WwanNetworkRegistrationState) -> HRESULT,
pub GetCurrentDataClass: unsafe extern "system" fn(_: *mut c_void, _: *mut WwanDataClass) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§HomeProviderId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AccessPointName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetNetworkRegistrationState: unsafe extern "system" fn(_: *mut c_void, _: *mut WwanNetworkRegistrationState) -> HRESULT
§GetCurrentDataClass: unsafe extern "system" fn(_: *mut c_void, _: *mut WwanDataClass) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWwanConnectionProfileDetails_Vtbl
impl RefUnwindSafe for IWwanConnectionProfileDetails_Vtbl
impl Send for IWwanConnectionProfileDetails_Vtbl
impl Sync for IWwanConnectionProfileDetails_Vtbl
impl Unpin for IWwanConnectionProfileDetails_Vtbl
impl UnwindSafe for IWwanConnectionProfileDetails_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