pub struct TpmsAuthResponse {
pub nonce: Tpm2bNonce,
pub session_attributes: TpmaSession,
pub hmac: Tpm2bAuth,
}Fields§
§nonce: Tpm2bNonce§session_attributes: TpmaSession§hmac: Tpm2bAuthTrait Implementations§
Source§impl Clone for TpmsAuthResponse
impl Clone for TpmsAuthResponse
Source§fn clone(&self) -> TpmsAuthResponse
fn clone(&self) -> TpmsAuthResponse
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 TpmsAuthResponse
Source§impl Debug for TpmsAuthResponse
impl Debug for TpmsAuthResponse
Source§impl Default for TpmsAuthResponse
impl Default for TpmsAuthResponse
Source§fn default() -> TpmsAuthResponse
fn default() -> TpmsAuthResponse
Returns the “default value” for a type. Read more
impl Eq for TpmsAuthResponse
Source§impl PartialEq for TpmsAuthResponse
impl PartialEq for TpmsAuthResponse
Source§fn eq(&self, other: &TpmsAuthResponse) -> bool
fn eq(&self, other: &TpmsAuthResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TpmsAuthResponse
Source§impl<'a> TpmField<'a> for TpmsAuthResponsewhere
Tpm2bNonce: for<'b> TpmField<'b>,
TpmaSession: for<'b> TpmField<'b>,
Tpm2bAuth: for<'b> TpmField<'b>,
impl<'a> TpmField<'a> for TpmsAuthResponsewhere
Tpm2bNonce: for<'b> TpmField<'b>,
TpmaSession: for<'b> TpmField<'b>,
Tpm2bAuth: for<'b> TpmField<'b>,
Source§impl TpmMarshal for TpmsAuthResponse
impl TpmMarshal for TpmsAuthResponse
Auto Trait Implementations§
impl Freeze for TpmsAuthResponse
impl RefUnwindSafe for TpmsAuthResponse
impl Send for TpmsAuthResponse
impl Sync for TpmsAuthResponse
impl Unpin for TpmsAuthResponse
impl UnsafeUnpin for TpmsAuthResponse
impl UnwindSafe for TpmsAuthResponse
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