pub struct TpmReadClockResponse {
    pub current_time: TpmsTimeInfo,
}Fields§
§current_time: TpmsTimeInfoTrait Implementations§
Source§impl Clone for TpmReadClockResponse
 
impl Clone for TpmReadClockResponse
Source§fn clone(&self) -> TpmReadClockResponse
 
fn clone(&self) -> TpmReadClockResponse
Returns a duplicate 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 TpmReadClockResponse
 
impl Debug for TpmReadClockResponse
Source§impl Default for TpmReadClockResponse
 
impl Default for TpmReadClockResponse
Source§fn default() -> TpmReadClockResponse
 
fn default() -> TpmReadClockResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for TpmReadClockResponse
 
impl PartialEq for TpmReadClockResponse
Source§impl TpmBodyBuild for TpmReadClockResponse
 
impl TpmBodyBuild for TpmReadClockResponse
Source§impl TpmBuild for TpmReadClockResponse
 
impl TpmBuild for TpmReadClockResponse
Source§impl TpmHeader for TpmReadClockResponse
 
impl TpmHeader for TpmReadClockResponse
Source§impl TpmSized for TpmReadClockResponse
 
impl TpmSized for TpmReadClockResponse
impl Copy for TpmReadClockResponse
impl Eq for TpmReadClockResponse
impl StructuralPartialEq for TpmReadClockResponse
Auto Trait Implementations§
impl Freeze for TpmReadClockResponse
impl RefUnwindSafe for TpmReadClockResponse
impl Send for TpmReadClockResponse
impl Sync for TpmReadClockResponse
impl Unpin for TpmReadClockResponse
impl UnwindSafe for TpmReadClockResponse
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