Struct tss_esapi_sys::TPMS_NV_CERTIFY_INFO
source · [−]#[repr(C)]pub struct TPMS_NV_CERTIFY_INFO {
pub indexName: TPM2B_NAME,
pub offset: UINT16,
pub nvContents: TPM2B_MAX_NV_BUFFER,
}Fields
indexName: TPM2B_NAMEoffset: UINT16nvContents: TPM2B_MAX_NV_BUFFERTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TPMS_NV_CERTIFY_INFO
impl Send for TPMS_NV_CERTIFY_INFO
impl Sync for TPMS_NV_CERTIFY_INFO
impl Unpin for TPMS_NV_CERTIFY_INFO
impl UnwindSafe for TPMS_NV_CERTIFY_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more