#[repr(C)]pub struct IConnectionProfile2_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsWwanConnectionProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsWlanConnectionProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub WwanConnectionProfileDetails: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub WlanConnectionProfileDetails: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ServiceProviderGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetSignalBars: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetDomainConnectivityLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut DomainConnectivityLevel) -> HRESULT,
pub GetNetworkUsageAsync: unsafe extern "system" fn(_: *mut c_void, _: DateTime, _: DateTime, _: DataUsageGranularity, _: NetworkUsageStates, _: *mut *mut c_void) -> HRESULT,
pub GetConnectivityIntervalsAsync: unsafe extern "system" fn(_: *mut c_void, _: DateTime, _: DateTime, _: NetworkUsageStates, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsWwanConnectionProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsWlanConnectionProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§WwanConnectionProfileDetails: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§WlanConnectionProfileDetails: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ServiceProviderGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetSignalBars: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetDomainConnectivityLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut DomainConnectivityLevel) -> HRESULT
§GetNetworkUsageAsync: unsafe extern "system" fn(_: *mut c_void, _: DateTime, _: DateTime, _: DataUsageGranularity, _: NetworkUsageStates, _: *mut *mut c_void) -> HRESULT
§GetConnectivityIntervalsAsync: unsafe extern "system" fn(_: *mut c_void, _: DateTime, _: DateTime, _: NetworkUsageStates, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IConnectionProfile2_Vtbl
impl RefUnwindSafe for IConnectionProfile2_Vtbl
impl Send for IConnectionProfile2_Vtbl
impl Sync for IConnectionProfile2_Vtbl
impl Unpin for IConnectionProfile2_Vtbl
impl UnwindSafe for IConnectionProfile2_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