Struct tss_esapi_sys::TPMS_PCR_SELECT
source · #[repr(C)]pub struct TPMS_PCR_SELECT {
pub sizeofSelect: UINT8,
pub pcrSelect: [BYTE; 4],
}Fields§
§sizeofSelect: UINT8§pcrSelect: [BYTE; 4]Trait Implementations§
source§impl Clone for TPMS_PCR_SELECT
impl Clone for TPMS_PCR_SELECT
source§fn clone(&self) -> TPMS_PCR_SELECT
fn clone(&self) -> TPMS_PCR_SELECT
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_SELECT
impl Debug for TPMS_PCR_SELECT
source§impl Default for TPMS_PCR_SELECT
impl Default for TPMS_PCR_SELECT
source§fn default() -> TPMS_PCR_SELECT
fn default() -> TPMS_PCR_SELECT
Returns the “default value” for a type. Read more