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