#[repr(C)]pub struct __NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT {
pub Magic: UINT32,
pub Version: UINT32,
pub HeaderSize: UINT32,
pub cbCertifyInfo: UINT32,
pub cbSignature: UINT32,
pub cbTpmPublic: UINT32,
}Fields§
§Magic: UINT32§Version: UINT32§HeaderSize: UINT32§cbCertifyInfo: UINT32§cbSignature: UINT32§cbTpmPublic: UINT32Trait Implementations§
Source§impl Clone for __NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT
impl Clone for __NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT
Source§fn clone(&self) -> __NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT
fn clone(&self) -> __NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for __NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT
Auto Trait Implementations§
impl Freeze for __NCRYPT_PCP_TPM_WEB_AUTHN_ATTESTATION_STATEMENT
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more