#[repr(C)]
pub struct WEBAUTHN_CREDENTIAL_ATTESTATION {
Show 17 fields pub dwVersion: u32, pub pwszFormatType: PCWSTR, pub cbAuthenticatorData: u32, pub pbAuthenticatorData: *mut u8, pub cbAttestation: u32, pub pbAttestation: *mut u8, pub dwAttestationDecodeType: u32, pub pvAttestationDecode: *mut c_void, pub cbAttestationObject: u32, pub pbAttestationObject: *mut u8, pub cbCredentialId: u32, pub pbCredentialId: *mut u8, pub Extensions: WEBAUTHN_EXTENSIONS, pub dwUsedTransport: u32, pub bEpAtt: BOOL, pub bLargeBlobSupported: BOOL, pub bResidentKey: BOOL,
}
Expand description

Required features: "Win32_Networking_WindowsWebServices", "Win32_Foundation"

Fields

dwVersion: u32pwszFormatType: PCWSTRcbAuthenticatorData: u32pbAuthenticatorData: *mut u8cbAttestation: u32pbAttestation: *mut u8dwAttestationDecodeType: u32pvAttestationDecode: *mut c_voidcbAttestationObject: u32pbAttestationObject: *mut u8cbCredentialId: u32pbCredentialId: *mut u8Extensions: WEBAUTHN_EXTENSIONSdwUsedTransport: u32bEpAtt: BOOLbLargeBlobSupported: BOOLbResidentKey: BOOL

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.