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
sourceimpl TimeAttestInfo
impl TimeAttestInfo
Trait Implementations
sourceimpl Clone for TimeAttestInfo
impl Clone for TimeAttestInfo
sourcefn clone(&self) -> TimeAttestInfo
fn clone(&self) -> TimeAttestInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TimeAttestInfo
impl Debug for TimeAttestInfo
sourceimpl From<TimeAttestInfo> for TPMS_TIME_ATTEST_INFO
impl From<TimeAttestInfo> for TPMS_TIME_ATTEST_INFO
sourcefn from(time_attest_info: TimeAttestInfo) -> Self
fn from(time_attest_info: TimeAttestInfo) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<TimeAttestInfo> for TimeAttestInfo
impl PartialEq<TimeAttestInfo> for TimeAttestInfo
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &TimeAttestInfo) -> bool
fn ne(&self, other: &TimeAttestInfo) -> bool
This method tests for !=.
sourceimpl TryFrom<TPMS_TIME_ATTEST_INFO> for TimeAttestInfo
impl TryFrom<TPMS_TIME_ATTEST_INFO> for TimeAttestInfo
impl Copy for TimeAttestInfo
impl Eq for TimeAttestInfo
impl StructuralEq for TimeAttestInfo
impl StructuralPartialEq for TimeAttestInfo
Auto Trait Implementations
impl RefUnwindSafe for TimeAttestInfo
impl Send for TimeAttestInfo
impl Sync for TimeAttestInfo
impl Unpin for TimeAttestInfo
impl UnwindSafe for TimeAttestInfo
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more