Struct tss_esapi::handles::NvIndexTpmHandle
source · pub struct NvIndexTpmHandle { /* private fields */ }Implementations§
source§impl NvIndexTpmHandle
impl NvIndexTpmHandle
pub fn new(value: u32) -> Result<NvIndexTpmHandle>
Trait Implementations§
source§impl Clone for NvIndexTpmHandle
impl Clone for NvIndexTpmHandle
source§fn clone(&self) -> NvIndexTpmHandle
fn clone(&self) -> NvIndexTpmHandle
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 NvIndexTpmHandle
impl Debug for NvIndexTpmHandle
source§impl From<NvIndex> for NvIndexTpmHandle
impl From<NvIndex> for NvIndexTpmHandle
source§fn from(nv_index: NvIndex) -> NvIndexTpmHandle
fn from(nv_index: NvIndex) -> NvIndexTpmHandle
Converts to this type from the input type.
source§impl From<NvIndexTpmHandle> for NvIndex
impl From<NvIndexTpmHandle> for NvIndex
source§fn from(nv_index_tpm_handle: NvIndexTpmHandle) -> NvIndex
fn from(nv_index_tpm_handle: NvIndexTpmHandle) -> NvIndex
Converts to this type from the input type.
source§impl From<NvIndexTpmHandle> for TPM2_HANDLE
impl From<NvIndexTpmHandle> for TPM2_HANDLE
source§fn from(specific_tpm_handle: NvIndexTpmHandle) -> TPM2_HANDLE
fn from(specific_tpm_handle: NvIndexTpmHandle) -> TPM2_HANDLE
Converts to this type from the input type.
source§impl From<NvIndexTpmHandle> for TpmHandle
impl From<NvIndexTpmHandle> for TpmHandle
source§fn from(specific_tpm_handle: NvIndexTpmHandle) -> TpmHandle
fn from(specific_tpm_handle: NvIndexTpmHandle) -> TpmHandle
Converts to this type from the input type.
source§impl PartialEq<NvIndexTpmHandle> for NvIndexTpmHandle
impl PartialEq<NvIndexTpmHandle> for NvIndexTpmHandle
source§fn 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 ==.source§impl TryFrom<TpmHandle> for NvIndexTpmHandle
impl TryFrom<TpmHandle> for NvIndexTpmHandle
source§impl TryFrom<u32> for NvIndexTpmHandle
impl TryFrom<u32> for NvIndexTpmHandle
source§fn try_from(tss_tpm_handle: TPM2_HANDLE) -> Result<NvIndexTpmHandle>
fn try_from(tss_tpm_handle: TPM2_HANDLE) -> Result<NvIndexTpmHandle>
Performs the conversion.