Struct tss_esapi_sys::TPMS_ID_OBJECT
source · #[repr(C)]pub struct TPMS_ID_OBJECT {
pub integrityHMAC: TPM2B_DIGEST,
pub encIdentity: TPM2B_DIGEST,
}Fields§
§integrityHMAC: TPM2B_DIGEST§encIdentity: TPM2B_DIGESTTrait Implementations§
source§impl Clone for TPMS_ID_OBJECT
impl Clone for TPMS_ID_OBJECT
source§fn clone(&self) -> TPMS_ID_OBJECT
fn clone(&self) -> TPMS_ID_OBJECT
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 more