Struct INetworkOperatorTetheringAccessPointConfiguration3_Vtbl
#[repr(C)]pub struct INetworkOperatorTetheringAccessPointConfiguration3_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsAuthenticationKindSupported: unsafe extern "system" fn(_: *mut c_void, _: TetheringWiFiAuthenticationKind, _: *mut bool) -> HRESULT,
pub IsAuthenticationKindSupportedAsync: unsafe extern "system" fn(_: *mut c_void, _: TetheringWiFiAuthenticationKind, _: *mut *mut c_void) -> HRESULT,
pub AuthenticationKind: unsafe extern "system" fn(_: *mut c_void, _: *mut TetheringWiFiAuthenticationKind) -> HRESULT,
pub SetAuthenticationKind: unsafe extern "system" fn(_: *mut c_void, _: TetheringWiFiAuthenticationKind) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsAuthenticationKindSupported: unsafe extern "system" fn(_: *mut c_void, _: TetheringWiFiAuthenticationKind, _: *mut bool) -> HRESULT
§IsAuthenticationKindSupportedAsync: unsafe extern "system" fn(_: *mut c_void, _: TetheringWiFiAuthenticationKind, _: *mut *mut c_void) -> HRESULT
§AuthenticationKind: unsafe extern "system" fn(_: *mut c_void, _: *mut TetheringWiFiAuthenticationKind) -> HRESULT
§SetAuthenticationKind: unsafe extern "system" fn(_: *mut c_void, _: TetheringWiFiAuthenticationKind) -> HRESULT
Auto Trait Implementations§
impl Freeze for INetworkOperatorTetheringAccessPointConfiguration3_Vtbl
impl RefUnwindSafe for INetworkOperatorTetheringAccessPointConfiguration3_Vtbl
impl Send for INetworkOperatorTetheringAccessPointConfiguration3_Vtbl
impl Sync for INetworkOperatorTetheringAccessPointConfiguration3_Vtbl
impl Unpin for INetworkOperatorTetheringAccessPointConfiguration3_Vtbl
impl UnwindSafe for INetworkOperatorTetheringAccessPointConfiguration3_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