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
sourceimpl From<ClockInfo> for TPMS_CLOCK_INFO
impl From<ClockInfo> for TPMS_CLOCK_INFO
sourceimpl TryFrom<TPMS_CLOCK_INFO> for ClockInfo
impl TryFrom<TPMS_CLOCK_INFO> for ClockInfo
impl Copy for ClockInfo
impl Eq for ClockInfo
impl StructuralEq for ClockInfo
impl StructuralPartialEq for ClockInfo
Auto Trait Implementations
impl RefUnwindSafe for ClockInfo
impl Send for ClockInfo
impl Sync for ClockInfo
impl Unpin for ClockInfo
impl UnwindSafe for ClockInfo
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