Struct tss_esapi_sys::TPML_DIGEST
source · #[repr(C)]pub struct TPML_DIGEST {
pub count: UINT32,
pub digests: [TPM2B_DIGEST; 8],
}Fields§
§count: UINT32§digests: [TPM2B_DIGEST; 8]Trait Implementations§
source§impl Clone for TPML_DIGEST
impl Clone for TPML_DIGEST
source§fn clone(&self) -> TPML_DIGEST
fn clone(&self) -> TPML_DIGEST
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