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
impl Copy for TPMS_PCR_SELECT
Auto Trait Implementations§
impl RefUnwindSafe for TPMS_PCR_SELECT
impl Send for TPMS_PCR_SELECT
impl Sync for TPMS_PCR_SELECT
impl Unpin for TPMS_PCR_SELECT
impl UnwindSafe for TPMS_PCR_SELECT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more