Struct AsyncIIdentityAuthentication_Vtbl
#[repr(C)]pub struct AsyncIIdentityAuthentication_Vtbl {
pub base__: IUnknown_Vtbl,
pub Begin_SetIdentityCredential: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32) -> HRESULT,
pub Finish_SetIdentityCredential: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Begin_ValidateIdentityCredential: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut *mut c_void) -> HRESULT,
pub Finish_ValidateIdentityCredential: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Begin_SetIdentityCredential: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32) -> HRESULT
§Finish_SetIdentityCredential: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Begin_ValidateIdentityCredential: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32, _: *mut *mut c_void) -> HRESULT
§Finish_ValidateIdentityCredential: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl AsyncIIdentityAuthentication_Vtbl
impl AsyncIIdentityAuthentication_Vtbl
pub const fn new<Identity: AsyncIIdentityAuthentication_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for AsyncIIdentityAuthentication_Vtbl
impl RefUnwindSafe for AsyncIIdentityAuthentication_Vtbl
impl Send for AsyncIIdentityAuthentication_Vtbl
impl Sync for AsyncIIdentityAuthentication_Vtbl
impl Unpin for AsyncIIdentityAuthentication_Vtbl
impl UnwindSafe for AsyncIIdentityAuthentication_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