Struct tss_esapi::handles::AttachedComponentTpmHandle
source · [−]pub struct AttachedComponentTpmHandle { /* private fields */ }Implementations
sourceimpl AttachedComponentTpmHandle
impl AttachedComponentTpmHandle
pub fn new(value: u32) -> Result<AttachedComponentTpmHandle>
Trait Implementations
sourceimpl Clone for AttachedComponentTpmHandle
impl Clone for AttachedComponentTpmHandle
sourcefn clone(&self) -> AttachedComponentTpmHandle
fn clone(&self) -> AttachedComponentTpmHandle
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 AttachedComponentTpmHandle
impl Debug for AttachedComponentTpmHandle
sourceimpl From<AttachedComponent> for AttachedComponentTpmHandle
impl From<AttachedComponent> for AttachedComponentTpmHandle
sourcefn from(attached_component: AttachedComponent) -> AttachedComponentTpmHandle
fn from(attached_component: AttachedComponent) -> AttachedComponentTpmHandle
Converts to this type from the input type.
sourceimpl From<AttachedComponentTpmHandle> for TpmHandle
impl From<AttachedComponentTpmHandle> for TpmHandle
sourcefn from(specific_tpm_handle: AttachedComponentTpmHandle) -> TpmHandle
fn from(specific_tpm_handle: AttachedComponentTpmHandle) -> TpmHandle
Converts to this type from the input type.
sourceimpl From<AttachedComponentTpmHandle> for TPM2_HANDLE
impl From<AttachedComponentTpmHandle> for TPM2_HANDLE
sourcefn from(specific_tpm_handle: AttachedComponentTpmHandle) -> TPM2_HANDLE
fn from(specific_tpm_handle: AttachedComponentTpmHandle) -> TPM2_HANDLE
Converts to this type from the input type.
sourceimpl From<AttachedComponentTpmHandle> for AttachedComponent
impl From<AttachedComponentTpmHandle> for AttachedComponent
sourcefn from(
attached_component_tpm_handle: AttachedComponentTpmHandle
) -> AttachedComponent
fn from(
attached_component_tpm_handle: AttachedComponentTpmHandle
) -> AttachedComponent
Converts to this type from the input type.
sourceimpl PartialEq<AttachedComponentTpmHandle> for AttachedComponentTpmHandle
impl PartialEq<AttachedComponentTpmHandle> for AttachedComponentTpmHandle
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &AttachedComponentTpmHandle) -> bool
fn ne(&self, other: &AttachedComponentTpmHandle) -> bool
This method tests for !=.
sourceimpl TryFrom<TpmHandle> for AttachedComponentTpmHandle
impl TryFrom<TpmHandle> for AttachedComponentTpmHandle
sourceimpl TryFrom<u32> for AttachedComponentTpmHandle
impl TryFrom<u32> for AttachedComponentTpmHandle
sourcefn 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 StructuralEq for AttachedComponentTpmHandle
impl StructuralPartialEq for AttachedComponentTpmHandle
Auto Trait Implementations
impl RefUnwindSafe for AttachedComponentTpmHandle
impl Send for AttachedComponentTpmHandle
impl Sync for AttachedComponentTpmHandle
impl Unpin for AttachedComponentTpmHandle
impl UnwindSafe for AttachedComponentTpmHandle
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