#[repr(C)]
pub struct WEBAUTHN_COMMON_ATTESTATION { pub dwVersion: u32, pub pwszAlg: PCWSTR, pub lAlg: i32, pub cbSignature: u32, pub pbSignature: *mut u8, pub cX5c: u32, pub pX5c: *mut WEBAUTHN_X5C, pub pwszVer: PCWSTR, pub cbCertInfo: u32, pub pbCertInfo: *mut u8, pub cbPubArea: u32, pub pbPubArea: *mut u8, }
Expand description

Required features: "Win32_Networking_WindowsWebServices"

Fields

dwVersion: u32pwszAlg: PCWSTRlAlg: i32cbSignature: u32pbSignature: *mut u8cX5c: u32pX5c: *mut WEBAUTHN_X5CpwszVer: PCWSTRcbCertInfo: u32pbCertInfo: *mut u8cbPubArea: u32pbPubArea: *mut u8

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.