Struct ICredentialPickerOptions_Vtbl
#[repr(C)]pub struct ICredentialPickerOptions_Vtbl {Show 21 fields
pub base__: IInspectable_Vtbl,
pub SetCaption: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Caption: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Message: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetErrorCode: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub ErrorCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetTargetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub TargetName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAuthenticationProtocol: unsafe extern "system" fn(_: *mut c_void, _: AuthenticationProtocol) -> HRESULT,
pub AuthenticationProtocol: unsafe extern "system" fn(_: *mut c_void, _: *mut AuthenticationProtocol) -> HRESULT,
pub SetCustomAuthenticationProtocol: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CustomAuthenticationProtocol: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPreviousCredential: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub PreviousCredential: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAlwaysDisplayDialog: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AlwaysDisplayDialog: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetCallerSavesCredential: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub CallerSavesCredential: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetCredentialSaveOption: unsafe extern "system" fn(_: *mut c_void, _: CredentialSaveOption) -> HRESULT,
pub CredentialSaveOption: unsafe extern "system" fn(_: *mut c_void, _: *mut CredentialSaveOption) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SetCaption: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Caption: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Message: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetErrorCode: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§ErrorCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetTargetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§TargetName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetAuthenticationProtocol: unsafe extern "system" fn(_: *mut c_void, _: AuthenticationProtocol) -> HRESULT§AuthenticationProtocol: unsafe extern "system" fn(_: *mut c_void, _: *mut AuthenticationProtocol) -> HRESULT§SetCustomAuthenticationProtocol: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§CustomAuthenticationProtocol: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetPreviousCredential: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§PreviousCredential: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetAlwaysDisplayDialog: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§AlwaysDisplayDialog: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetCallerSavesCredential: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§CallerSavesCredential: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetCredentialSaveOption: unsafe extern "system" fn(_: *mut c_void, _: CredentialSaveOption) -> HRESULT§CredentialSaveOption: unsafe extern "system" fn(_: *mut c_void, _: *mut CredentialSaveOption) -> HRESULTAuto Trait Implementations§
impl Freeze for ICredentialPickerOptions_Vtbl
impl RefUnwindSafe for ICredentialPickerOptions_Vtbl
impl Send for ICredentialPickerOptions_Vtbl
impl Sync for ICredentialPickerOptions_Vtbl
impl Unpin for ICredentialPickerOptions_Vtbl
impl UnwindSafe for ICredentialPickerOptions_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