Struct tss_esapi_sys::_PRIVATE
source · [−]#[repr(C)]pub struct _PRIVATE {
pub integrityOuter: TPM2B_DIGEST,
pub integrityInner: TPM2B_DIGEST,
pub sensitive: TPM2B_SENSITIVE,
}Fields
integrityOuter: TPM2B_DIGESTintegrityInner: TPM2B_DIGESTsensitive: TPM2B_SENSITIVETrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _PRIVATE
impl UnwindSafe for _PRIVATE
Blanket Implementations
Mutably borrows from an owned value. Read more