Struct tss_esapi_sys::TPMT_SENSITIVE
source · #[repr(C)]pub struct TPMT_SENSITIVE {
pub sensitiveType: TPMI_ALG_PUBLIC,
pub authValue: TPM2B_AUTH,
pub seedValue: TPM2B_DIGEST,
pub sensitive: TPMU_SENSITIVE_COMPOSITE,
}
Fields§
§sensitiveType: TPMI_ALG_PUBLIC
§authValue: TPM2B_AUTH
§seedValue: TPM2B_DIGEST
§sensitive: TPMU_SENSITIVE_COMPOSITE
Trait Implementations§
source§impl Clone for TPMT_SENSITIVE
impl Clone for TPMT_SENSITIVE
source§fn clone(&self) -> TPMT_SENSITIVE
fn clone(&self) -> TPMT_SENSITIVE
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 TPMT_SENSITIVE
impl Default for TPMT_SENSITIVE
impl Copy for TPMT_SENSITIVE
Auto Trait Implementations§
impl RefUnwindSafe for TPMT_SENSITIVE
impl Send for TPMT_SENSITIVE
impl Sync for TPMT_SENSITIVE
impl Unpin for TPMT_SENSITIVE
impl UnwindSafe for TPMT_SENSITIVE
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