#[repr(C)]pub struct WEBAUTHN_CREDENTIAL_DETAILS {
pub dwVersion: u32,
pub cbCredentialID: u32,
pub pbCredentialID: *mut u8,
pub pRpInformation: *mut WEBAUTHN_RP_ENTITY_INFORMATION,
pub pUserInformation: *mut WEBAUTHN_USER_ENTITY_INFORMATION,
pub bRemovable: BOOL,
}Expand description
Required features: "Win32_Foundation"
Fields§
§dwVersion: u32§cbCredentialID: u32§pbCredentialID: *mut u8§pRpInformation: *mut WEBAUTHN_RP_ENTITY_INFORMATION§pUserInformation: *mut WEBAUTHN_USER_ENTITY_INFORMATION§bRemovable: BOOLTrait Implementations§
§impl Clone for WEBAUTHN_CREDENTIAL_DETAILS
impl Clone for WEBAUTHN_CREDENTIAL_DETAILS
impl Copy for WEBAUTHN_CREDENTIAL_DETAILS
Auto Trait Implementations§
impl RefUnwindSafe for WEBAUTHN_CREDENTIAL_DETAILS
impl !Send for WEBAUTHN_CREDENTIAL_DETAILS
impl !Sync for WEBAUTHN_CREDENTIAL_DETAILS
impl Unpin for WEBAUTHN_CREDENTIAL_DETAILS
impl UnwindSafe for WEBAUTHN_CREDENTIAL_DETAILS
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