Struct IHotspotAuthenticationContext_Vtbl
#[repr(C)]pub struct IHotspotAuthenticationContext_Vtbl {
pub base__: IInspectable_Vtbl,
pub WirelessNetworkId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut u8) -> HRESULT,
pub NetworkAdapter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RedirectMessageUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RedirectMessageXml: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AuthenticationUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IssueCredentials: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: bool) -> HRESULT,
pub AbortAuthentication: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SkipAuthentication: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub TriggerAttentionRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§WirelessNetworkId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut u8) -> HRESULT
§NetworkAdapter: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RedirectMessageUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RedirectMessageXml: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AuthenticationUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IssueCredentials: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: bool) -> HRESULT
§AbortAuthentication: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§SkipAuthentication: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§TriggerAttentionRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IHotspotAuthenticationContext_Vtbl
impl RefUnwindSafe for IHotspotAuthenticationContext_Vtbl
impl Send for IHotspotAuthenticationContext_Vtbl
impl Sync for IHotspotAuthenticationContext_Vtbl
impl Unpin for IHotspotAuthenticationContext_Vtbl
impl UnwindSafe for IHotspotAuthenticationContext_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