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: UINT64resetCount: UINT32restartCount: UINT32safe: TPMI_YES_NOTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TPMS_CLOCK_INFO
impl Send for TPMS_CLOCK_INFO
impl Sync for TPMS_CLOCK_INFO
impl Unpin for TPMS_CLOCK_INFO
impl UnwindSafe for TPMS_CLOCK_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more