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 for TimeAttestInfo
impl PartialEq 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 ==
.impl Copy for TimeAttestInfo
impl Eq for TimeAttestInfo
impl StructuralPartialEq for TimeAttestInfo
Auto Trait Implementations§
impl Freeze for TimeAttestInfo
impl RefUnwindSafe for TimeAttestInfo
impl Send for TimeAttestInfo
impl Sync for TimeAttestInfo
impl Unpin for TimeAttestInfo
impl UnwindSafe for TimeAttestInfo
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