Struct IWebAuthenticationCoreManagerStatics4_Vtbl
#[repr(C)]pub struct IWebAuthenticationCoreManagerStatics4_Vtbl {
pub base__: IInspectable_Vtbl,
pub FindAllAccountsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindAllAccountsWithClientIdAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindSystemAccountProviderAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindSystemAccountProviderWithAuthorityAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindSystemAccountProviderWithAuthorityForUserAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§FindAllAccountsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§FindAllAccountsWithClientIdAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§FindSystemAccountProviderAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§FindSystemAccountProviderWithAuthorityAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§FindSystemAccountProviderWithAuthorityForUserAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IWebAuthenticationCoreManagerStatics4_Vtbl
impl RefUnwindSafe for IWebAuthenticationCoreManagerStatics4_Vtbl
impl Send for IWebAuthenticationCoreManagerStatics4_Vtbl
impl Sync for IWebAuthenticationCoreManagerStatics4_Vtbl
impl Unpin for IWebAuthenticationCoreManagerStatics4_Vtbl
impl UnwindSafe for IWebAuthenticationCoreManagerStatics4_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