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_DIGEST
Trait 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 moresource§impl Debug for TPMS_ID_OBJECT
impl Debug for TPMS_ID_OBJECT
source§impl Default for TPMS_ID_OBJECT
impl Default for TPMS_ID_OBJECT
impl Copy for TPMS_ID_OBJECT
Auto Trait Implementations§
impl RefUnwindSafe for TPMS_ID_OBJECT
impl Send for TPMS_ID_OBJECT
impl Sync for TPMS_ID_OBJECT
impl Unpin for TPMS_ID_OBJECT
impl UnwindSafe for TPMS_ID_OBJECT
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