Struct tss_esapi::handles::PcrTpmHandle
source · pub struct PcrTpmHandle { /* private fields */ }
Implementations§
source§impl PcrTpmHandle
impl PcrTpmHandle
pub fn new(value: u32) -> Result<PcrTpmHandle>
Trait Implementations§
source§impl Clone for PcrTpmHandle
impl Clone for PcrTpmHandle
source§fn clone(&self) -> PcrTpmHandle
fn clone(&self) -> PcrTpmHandle
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 PcrTpmHandle
impl Debug for PcrTpmHandle
source§impl From<PcrTpmHandle> for TpmHandle
impl From<PcrTpmHandle> for TpmHandle
source§fn from(specific_tpm_handle: PcrTpmHandle) -> TpmHandle
fn from(specific_tpm_handle: PcrTpmHandle) -> TpmHandle
Converts to this type from the input type.
source§impl From<PcrTpmHandle> for TPM2_HANDLE
impl From<PcrTpmHandle> for TPM2_HANDLE
source§fn from(specific_tpm_handle: PcrTpmHandle) -> TPM2_HANDLE
fn from(specific_tpm_handle: PcrTpmHandle) -> TPM2_HANDLE
Converts to this type from the input type.
source§impl PartialEq for PcrTpmHandle
impl PartialEq for PcrTpmHandle
source§fn eq(&self, other: &PcrTpmHandle) -> bool
fn eq(&self, other: &PcrTpmHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<TpmHandle> for PcrTpmHandle
impl TryFrom<TpmHandle> for PcrTpmHandle
source§impl TryFrom<u32> for PcrTpmHandle
impl TryFrom<u32> for PcrTpmHandle
source§fn try_from(tss_tpm_handle: TPM2_HANDLE) -> Result<PcrTpmHandle>
fn try_from(tss_tpm_handle: TPM2_HANDLE) -> Result<PcrTpmHandle>
Performs the conversion.
impl Copy for PcrTpmHandle
impl Eq for PcrTpmHandle
impl StructuralPartialEq for PcrTpmHandle
Auto Trait Implementations§
impl Freeze for PcrTpmHandle
impl RefUnwindSafe for PcrTpmHandle
impl Send for PcrTpmHandle
impl Sync for PcrTpmHandle
impl Unpin for PcrTpmHandle
impl UnwindSafe for PcrTpmHandle
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