Struct tss_esapi::handles::PcrTpmHandle
source · [−]pub struct PcrTpmHandle { /* private fields */ }Implementations
sourceimpl PcrTpmHandle
impl PcrTpmHandle
pub fn new(value: u32) -> Result<PcrTpmHandle>
Trait Implementations
sourceimpl Clone for PcrTpmHandle
impl Clone for PcrTpmHandle
sourcefn clone(&self) -> PcrTpmHandle
fn clone(&self) -> PcrTpmHandle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PcrTpmHandle
impl Debug for PcrTpmHandle
sourceimpl From<PcrTpmHandle> for TpmHandle
impl From<PcrTpmHandle> for TpmHandle
sourcefn from(specific_tpm_handle: PcrTpmHandle) -> TpmHandle
fn from(specific_tpm_handle: PcrTpmHandle) -> TpmHandle
Converts to this type from the input type.
sourceimpl From<PcrTpmHandle> for TPM2_HANDLE
impl From<PcrTpmHandle> for TPM2_HANDLE
sourcefn from(specific_tpm_handle: PcrTpmHandle) -> TPM2_HANDLE
fn from(specific_tpm_handle: PcrTpmHandle) -> TPM2_HANDLE
Converts to this type from the input type.
sourceimpl PartialEq<PcrTpmHandle> for PcrTpmHandle
impl PartialEq<PcrTpmHandle> for PcrTpmHandle
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &PcrTpmHandle) -> bool
fn ne(&self, other: &PcrTpmHandle) -> bool
This method tests for !=.
sourceimpl TryFrom<TpmHandle> for PcrTpmHandle
impl TryFrom<TpmHandle> for PcrTpmHandle
sourceimpl TryFrom<u32> for PcrTpmHandle
impl TryFrom<u32> for PcrTpmHandle
sourcefn 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 StructuralEq for PcrTpmHandle
impl StructuralPartialEq for PcrTpmHandle
Auto Trait Implementations
impl RefUnwindSafe for PcrTpmHandle
impl Send for PcrTpmHandle
impl Sync for PcrTpmHandle
impl Unpin for PcrTpmHandle
impl UnwindSafe for PcrTpmHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more