pub struct TpmsTimeInfo {
pub time: TpmUint64,
pub clock_info: TpmsClockInfo,
}Fields§
§time: TpmUint64§clock_info: TpmsClockInfoTrait Implementations§
Source§impl Clone for TpmsTimeInfo
impl Clone for TpmsTimeInfo
Source§fn clone(&self) -> TpmsTimeInfo
fn clone(&self) -> TpmsTimeInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TpmsTimeInfo
Source§impl Debug for TpmsTimeInfo
impl Debug for TpmsTimeInfo
Source§impl Default for TpmsTimeInfo
impl Default for TpmsTimeInfo
Source§fn default() -> TpmsTimeInfo
fn default() -> TpmsTimeInfo
Returns the “default value” for a type. Read more
impl Eq for TpmsTimeInfo
Source§impl PartialEq for TpmsTimeInfo
impl PartialEq for TpmsTimeInfo
Source§fn eq(&self, other: &TpmsTimeInfo) -> bool
fn eq(&self, other: &TpmsTimeInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TpmsTimeInfo
Source§impl<'a> TpmField<'a> for TpmsTimeInfo
impl<'a> TpmField<'a> for TpmsTimeInfo
Source§impl TpmMarshal for TpmsTimeInfo
impl TpmMarshal for TpmsTimeInfo
Auto Trait Implementations§
impl Freeze for TpmsTimeInfo
impl RefUnwindSafe for TpmsTimeInfo
impl Send for TpmsTimeInfo
impl Sync for TpmsTimeInfo
impl Unpin for TpmsTimeInfo
impl UnsafeUnpin for TpmsTimeInfo
impl UnwindSafe for TpmsTimeInfo
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