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_HA
Trait 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 moresource§impl Default for TPMS_TAGGED_POLICY
impl Default for TPMS_TAGGED_POLICY
impl Copy for TPMS_TAGGED_POLICY
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§
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