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