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_HASH§sizeofSelect: UINT8§pcrSelect: [BYTE; 4]Trait Implementations§
source§impl Clone for TPMS_PCR_SELECTION
impl Clone for TPMS_PCR_SELECTION
source§fn clone(&self) -> TPMS_PCR_SELECTION
fn clone(&self) -> TPMS_PCR_SELECTION
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 Debug for TPMS_PCR_SELECTION
impl Debug for TPMS_PCR_SELECTION
source§impl Default for TPMS_PCR_SELECTION
impl Default for TPMS_PCR_SELECTION
source§fn default() -> TPMS_PCR_SELECTION
fn default() -> TPMS_PCR_SELECTION
Returns the “default value” for a type. Read more