pub struct TimeInfo { /* private fields */ }Expand description
Structure holding the attestation for TPM2_GetTime() and TPM2_ReadClock().
§Details
This corresponds to the TPMS_TIME_INFO
Implementations§
Trait Implementations§
impl Copy for TimeInfo
impl Eq for TimeInfo
Source§impl From<TimeInfo> for TPMS_TIME_INFO
impl From<TimeInfo> for TPMS_TIME_INFO
impl StructuralPartialEq for TimeInfo
Auto Trait Implementations§
impl Freeze for TimeInfo
impl RefUnwindSafe for TimeInfo
impl Send for TimeInfo
impl Sync for TimeInfo
impl Unpin for TimeInfo
impl UnsafeUnpin for TimeInfo
impl UnwindSafe for TimeInfo
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