Struct tss_esapi_sys::TPMS_AUTH_RESPONSE
source · #[repr(C)]pub struct TPMS_AUTH_RESPONSE {
pub nonce: TPM2B_NONCE,
pub sessionAttributes: TPMA_SESSION,
pub hmac: TPM2B_AUTH,
}
Fields§
§nonce: TPM2B_NONCE
§sessionAttributes: TPMA_SESSION
§hmac: TPM2B_AUTH
Trait Implementations§
source§impl Clone for TPMS_AUTH_RESPONSE
impl Clone for TPMS_AUTH_RESPONSE
source§fn clone(&self) -> TPMS_AUTH_RESPONSE
fn clone(&self) -> TPMS_AUTH_RESPONSE
Returns a copy 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 TPMS_AUTH_RESPONSE
impl Debug for TPMS_AUTH_RESPONSE
source§impl Default for TPMS_AUTH_RESPONSE
impl Default for TPMS_AUTH_RESPONSE
impl Copy for TPMS_AUTH_RESPONSE
Auto Trait Implementations§
impl RefUnwindSafe for TPMS_AUTH_RESPONSE
impl Send for TPMS_AUTH_RESPONSE
impl Sync for TPMS_AUTH_RESPONSE
impl Unpin for TPMS_AUTH_RESPONSE
impl UnwindSafe for TPMS_AUTH_RESPONSE
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