Struct tss_esapi_sys::TPMS_PCR_SELECTION
source · [−]#[repr(C)]pub struct TPMS_PCR_SELECTION {
pub hash: TPMI_ALG_HASH,
pub sizeofSelect: UINT8,
pub pcrSelect: [BYTE; 4],
}Fields
hash: TPMI_ALG_HASHsizeofSelect: UINT8pcrSelect: [BYTE; 4]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TPMS_PCR_SELECTION
impl Send for TPMS_PCR_SELECTION
impl Sync for TPMS_PCR_SELECTION
impl Unpin for TPMS_PCR_SELECTION
impl UnwindSafe for TPMS_PCR_SELECTION
Blanket Implementations
Mutably borrows from an owned value. Read more