#[repr(C)]pub struct WEBAUTHN_GET_CREDENTIALS_OPTIONS {
pub dwVersion: u32,
pub pwszRpId: PCWSTR,
pub bBrowserInPrivateMode: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwVersion: u32
§pwszRpId: PCWSTR
§bBrowserInPrivateMode: BOOL
Trait Implementations§
§impl Clone for WEBAUTHN_GET_CREDENTIALS_OPTIONS
impl Clone for WEBAUTHN_GET_CREDENTIALS_OPTIONS
impl Copy for WEBAUTHN_GET_CREDENTIALS_OPTIONS
Auto Trait Implementations§
impl RefUnwindSafe for WEBAUTHN_GET_CREDENTIALS_OPTIONS
impl !Send for WEBAUTHN_GET_CREDENTIALS_OPTIONS
impl !Sync for WEBAUTHN_GET_CREDENTIALS_OPTIONS
impl Unpin for WEBAUTHN_GET_CREDENTIALS_OPTIONS
impl UnwindSafe for WEBAUTHN_GET_CREDENTIALS_OPTIONS
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