Struct IConnectionProfileFilter_Vtbl
#[repr(C)]pub struct IConnectionProfileFilter_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetIsConnected: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsConnected: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsWwanConnectionProfile: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsWwanConnectionProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsWlanConnectionProfile: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsWlanConnectionProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetNetworkCostType: unsafe extern "system" fn(_: *mut c_void, _: NetworkCostType) -> HRESULT,
pub NetworkCostType: unsafe extern "system" fn(_: *mut c_void, _: *mut NetworkCostType) -> HRESULT,
pub SetServiceProviderGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ServiceProviderGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SetIsConnected: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsConnected: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsWwanConnectionProfile: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsWwanConnectionProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsWlanConnectionProfile: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsWlanConnectionProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetNetworkCostType: unsafe extern "system" fn(_: *mut c_void, _: NetworkCostType) -> HRESULT§NetworkCostType: unsafe extern "system" fn(_: *mut c_void, _: *mut NetworkCostType) -> HRESULT§SetServiceProviderGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ServiceProviderGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IConnectionProfileFilter_Vtbl
impl RefUnwindSafe for IConnectionProfileFilter_Vtbl
impl Send for IConnectionProfileFilter_Vtbl
impl Sync for IConnectionProfileFilter_Vtbl
impl Unpin for IConnectionProfileFilter_Vtbl
impl UnwindSafe for IConnectionProfileFilter_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