Struct IMicrosoftAccountMultiFactorAuthenticationManager_Vtbl
#[repr(C)]pub struct IMicrosoftAccountMultiFactorAuthenticationManager_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetOneTimePassCodeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub AddDeviceAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RemoveDeviceAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UpdateWnsChannelAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetSessionsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetSessionsAndUnregisteredAccountsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ApproveSessionUsingAuthSessionInfoAsync: unsafe extern "system" fn(_: *mut c_void, _: MicrosoftAccountMultiFactorSessionAuthenticationStatus, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ApproveSessionAsync: unsafe extern "system" fn(_: *mut c_void, _: MicrosoftAccountMultiFactorSessionAuthenticationStatus, _: *mut c_void, _: *mut c_void, _: MicrosoftAccountMultiFactorAuthenticationType, _: *mut *mut c_void) -> HRESULT,
pub DenySessionUsingAuthSessionInfoAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DenySessionAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: MicrosoftAccountMultiFactorAuthenticationType, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§GetOneTimePassCodeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT§AddDeviceAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§RemoveDeviceAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§UpdateWnsChannelAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetSessionsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetSessionsAndUnregisteredAccountsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§ApproveSessionUsingAuthSessionInfoAsync: unsafe extern "system" fn(_: *mut c_void, _: MicrosoftAccountMultiFactorSessionAuthenticationStatus, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§ApproveSessionAsync: unsafe extern "system" fn(_: *mut c_void, _: MicrosoftAccountMultiFactorSessionAuthenticationStatus, _: *mut c_void, _: *mut c_void, _: MicrosoftAccountMultiFactorAuthenticationType, _: *mut *mut c_void) -> HRESULT§DenySessionUsingAuthSessionInfoAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§DenySessionAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: MicrosoftAccountMultiFactorAuthenticationType, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IMicrosoftAccountMultiFactorAuthenticationManager_Vtbl
impl RefUnwindSafe for IMicrosoftAccountMultiFactorAuthenticationManager_Vtbl
impl Send for IMicrosoftAccountMultiFactorAuthenticationManager_Vtbl
impl Sync for IMicrosoftAccountMultiFactorAuthenticationManager_Vtbl
impl Unpin for IMicrosoftAccountMultiFactorAuthenticationManager_Vtbl
impl UnwindSafe for IMicrosoftAccountMultiFactorAuthenticationManager_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