#[repr(C)]pub struct NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT {
pub Magic: u32,
pub Version: u32,
pub pcrAlg: u32,
pub cbSignature: u32,
pub cbQuote: u32,
pub cbPcrs: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
Magic: u32
Version: u32
pcrAlg: u32
cbSignature: u32
cbQuote: u32
cbPcrs: u32
Trait Implementations
impl Copy for NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT
impl Send for NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT
impl Sync for NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT
impl Unpin for NCRYPT_TPM_PLATFORM_ATTESTATION_STATEMENT
impl UnwindSafe for NCRYPT_TPM_PLATFORM_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