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_HANDLEpolicyHash: TPMT_HATrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TPMS_TAGGED_POLICY
impl Send for TPMS_TAGGED_POLICY
impl Sync for TPMS_TAGGED_POLICY
impl Unpin for TPMS_TAGGED_POLICY
impl UnwindSafe for TPMS_TAGGED_POLICY
Blanket Implementations
Mutably borrows from an owned value. Read more