Struct tss_esapi_sys::TPMS_CLOCK_INFO
source · #[repr(C)]pub struct TPMS_CLOCK_INFO {
pub clock: UINT64,
pub resetCount: UINT32,
pub restartCount: UINT32,
pub safe: TPMI_YES_NO,
}Fields§
§clock: UINT64§resetCount: UINT32§restartCount: UINT32§safe: TPMI_YES_NOTrait Implementations§
source§impl Clone for TPMS_CLOCK_INFO
impl Clone for TPMS_CLOCK_INFO
source§fn clone(&self) -> TPMS_CLOCK_INFO
fn clone(&self) -> TPMS_CLOCK_INFO
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 TPMS_CLOCK_INFO
impl Debug for TPMS_CLOCK_INFO
source§impl Default for TPMS_CLOCK_INFO
impl Default for TPMS_CLOCK_INFO
source§fn default() -> TPMS_CLOCK_INFO
fn default() -> TPMS_CLOCK_INFO
Returns the “default value” for a type. Read more