pub struct PermanentTpmHandle { /* private fields */ }Implementations§
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub fn new(value: u32) -> Result<PermanentTpmHandle>
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const First: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const StorageRootKey: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const Owner: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const Revoke: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const Transport: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const Operator: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const Admin: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const EndorsementKey: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const Null: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const Unassigned: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const PasswordSession: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const Lockout: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const Endorsement: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const Platform: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const PlatformNv: PermanentTpmHandle
Source§impl PermanentTpmHandle
impl PermanentTpmHandle
pub const Last: PermanentTpmHandle
Trait Implementations§
Source§impl Clone for PermanentTpmHandle
impl Clone for PermanentTpmHandle
Source§fn clone(&self) -> PermanentTpmHandle
fn clone(&self) -> PermanentTpmHandle
Returns a duplicate 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 PermanentTpmHandle
impl Debug for PermanentTpmHandle
Source§impl From<PermanentTpmHandle> for TpmHandle
impl From<PermanentTpmHandle> for TpmHandle
Source§fn from(specific_tpm_handle: PermanentTpmHandle) -> TpmHandle
fn from(specific_tpm_handle: PermanentTpmHandle) -> TpmHandle
Converts to this type from the input type.
Source§impl From<PermanentTpmHandle> for TPM2_HANDLE
impl From<PermanentTpmHandle> for TPM2_HANDLE
Source§fn from(specific_tpm_handle: PermanentTpmHandle) -> TPM2_HANDLE
fn from(specific_tpm_handle: PermanentTpmHandle) -> TPM2_HANDLE
Converts to this type from the input type.
Source§impl PartialEq for PermanentTpmHandle
impl PartialEq for PermanentTpmHandle
Source§impl TryFrom<TpmHandle> for PermanentTpmHandle
impl TryFrom<TpmHandle> for PermanentTpmHandle
Source§impl TryFrom<u32> for PermanentTpmHandle
impl TryFrom<u32> for PermanentTpmHandle
Source§fn 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 StructuralPartialEq for PermanentTpmHandle
Auto Trait Implementations§
impl Freeze for PermanentTpmHandle
impl RefUnwindSafe for PermanentTpmHandle
impl Send for PermanentTpmHandle
impl Sync for PermanentTpmHandle
impl Unpin for PermanentTpmHandle
impl UnwindSafe for PermanentTpmHandle
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