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