Struct IAssociatedIdentityProvider_Vtbl
#[repr(C)]pub struct IAssociatedIdentityProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub AssociateIdentity: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut *mut c_void) -> HRESULT,
pub DisassociateIdentity: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: PCWSTR) -> HRESULT,
pub ChangeCredential: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AssociateIdentity: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut *mut c_void) -> HRESULT
§DisassociateIdentity: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: PCWSTR) -> HRESULT
§ChangeCredential: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: PCWSTR) -> HRESULT
Implementations§
§impl IAssociatedIdentityProvider_Vtbl
impl IAssociatedIdentityProvider_Vtbl
pub const fn new<Identity: IAssociatedIdentityProvider_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAssociatedIdentityProvider_Vtbl
impl RefUnwindSafe for IAssociatedIdentityProvider_Vtbl
impl Send for IAssociatedIdentityProvider_Vtbl
impl Sync for IAssociatedIdentityProvider_Vtbl
impl Unpin for IAssociatedIdentityProvider_Vtbl
impl UnwindSafe for IAssociatedIdentityProvider_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