Struct tss_esapi::structures::ClockInfo
source · pub struct ClockInfo { /* private fields */ }
Expand description
Information related to the internal temporal state of the TPM.
§Details
Corresponds to TPMS_CLOCK_INFO
Implementations§
Trait Implementations§
source§impl From<ClockInfo> for TPMS_CLOCK_INFO
impl From<ClockInfo> for TPMS_CLOCK_INFO
source§impl PartialEq for ClockInfo
impl PartialEq for ClockInfo
source§impl TryFrom<TPMS_CLOCK_INFO> for ClockInfo
impl TryFrom<TPMS_CLOCK_INFO> for ClockInfo
impl Copy for ClockInfo
impl Eq for ClockInfo
impl StructuralPartialEq for ClockInfo
Auto Trait Implementations§
impl Freeze for ClockInfo
impl RefUnwindSafe for ClockInfo
impl Send for ClockInfo
impl Sync for ClockInfo
impl Unpin for ClockInfo
impl UnwindSafe for ClockInfo
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