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