Struct tss_esapi::structures::TimeAttestInfo
source · pub struct TimeAttestInfo { /* private fields */ }Expand description
This type is holding attested data for the command TPM2_GetTime
Details
This corresponds to the TPMS_TIME_ATTEST_INFO.
Implementations§
Trait Implementations§
source§impl Clone for TimeAttestInfo
impl Clone for TimeAttestInfo
source§fn clone(&self) -> TimeAttestInfo
fn clone(&self) -> TimeAttestInfo
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 TimeAttestInfo
impl Debug for TimeAttestInfo
source§impl From<TimeAttestInfo> for TPMS_TIME_ATTEST_INFO
impl From<TimeAttestInfo> for TPMS_TIME_ATTEST_INFO
source§fn from(time_attest_info: TimeAttestInfo) -> Self
fn from(time_attest_info: TimeAttestInfo) -> Self
Converts to this type from the input type.
source§impl PartialEq<TimeAttestInfo> for TimeAttestInfo
impl PartialEq<TimeAttestInfo> for TimeAttestInfo
source§fn eq(&self, other: &TimeAttestInfo) -> bool
fn eq(&self, other: &TimeAttestInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.