Struct windows_sys::Win32::Security::Cryptography::NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT
[−]#[repr(C)]pub struct NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT {
pub Magic: u32,
pub Version: u32,
pub HeaderSize: u32,
pub cbCertifyInfo: u32,
pub cbSignature: u32,
pub cbTpmPublic: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
Magic: u32
Version: u32
HeaderSize: u32
cbCertifyInfo: u32
cbSignature: u32
cbTpmPublic: u32
Trait Implementations
impl Copy for NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT
impl Send for NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT
impl Sync for NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT
impl Unpin for NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT
impl UnwindSafe for NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more