Struct tss_esapi_sys::TPM2B_SENSITIVE
source · [−]#[repr(C)]pub struct TPM2B_SENSITIVE {
pub size: UINT16,
pub sensitiveArea: TPMT_SENSITIVE,
}Fields
size: UINT16sensitiveArea: TPMT_SENSITIVETrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TPM2B_SENSITIVE
impl Send for TPM2B_SENSITIVE
impl Sync for TPM2B_SENSITIVE
impl Unpin for TPM2B_SENSITIVE
impl UnwindSafe for TPM2B_SENSITIVE
Blanket Implementations
Mutably borrows from an owned value. Read more