Struct tss_esapi_sys::TPMS_TAGGED_POLICY
source · #[repr(C)]pub struct TPMS_TAGGED_POLICY {
pub handle: TPM2_HANDLE,
pub policyHash: TPMT_HA,
}Fields§
§handle: TPM2_HANDLE§policyHash: TPMT_HATrait Implementations§
source§impl Clone for TPMS_TAGGED_POLICY
impl Clone for TPMS_TAGGED_POLICY
source§fn clone(&self) -> TPMS_TAGGED_POLICY
fn clone(&self) -> TPMS_TAGGED_POLICY
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