Struct tss_esapi::structures::CertifyInfo
source · pub struct CertifyInfo { /* private fields */ }Expand description
This a struct holding the attested data for the command TPM2_Certify
Details
This corresponds to the TPMS_CERTIFY_INFO.
Implementations§
source§impl CertifyInfo
impl CertifyInfo
Trait Implementations§
source§impl Clone for CertifyInfo
impl Clone for CertifyInfo
source§fn clone(&self) -> CertifyInfo
fn clone(&self) -> CertifyInfo
Returns a copy 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 moresource§impl Debug for CertifyInfo
impl Debug for CertifyInfo
source§impl From<CertifyInfo> for TPMS_CERTIFY_INFO
impl From<CertifyInfo> for TPMS_CERTIFY_INFO
source§fn from(certify_info: CertifyInfo) -> Self
fn from(certify_info: CertifyInfo) -> Self
Converts to this type from the input type.