#[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: u32§pwszAlg: PCWSTR§lAlg: i32§cbSignature: u32§pbSignature: *mut u8§cX5c: u32§pX5c: *mut WEBAUTHN_X5C§pwszVer: PCWSTR§cbCertInfo: u32§pbCertInfo: *mut u8§cbPubArea: u32§pbPubArea: *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.