pub enum TpmCommandBody {
Show 26 variants
EvictControl(TpmEvictControlCommand),
CreatePrimary(TpmCreatePrimaryCommand),
DictionaryAttackLockReset(TpmDictionaryAttackLockResetCommand),
PcrEvent(TpmPcrEventCommand),
ObjectChangeAuth(TpmObjectChangeAuthCommand),
PolicySecret(TpmPolicySecretCommand),
Create(TpmCreateCommand),
Import(TpmImportCommand),
Load(TpmLoadCommand),
Unseal(TpmUnsealCommand),
ContextLoad(TpmContextLoadCommand),
ContextSave(TpmContextSaveCommand),
FlushContext(TpmFlushContextCommand),
PolicyAuthValue(TpmPolicyAuthValueCommand),
PolicyCommandCode(TpmPolicyCommandCodeCommand),
PolicyOr(TpmPolicyOrCommand),
ReadPublic(TpmReadPublicCommand),
StartAuthSession(TpmStartAuthSessionCommand),
GetCapability(TpmGetCapabilityCommand),
Hash(TpmHashCommand),
PcrRead(TpmPcrReadCommand),
PolicyPcr(TpmPolicyPcrCommand),
PolicyRestart(TpmPolicyRestartCommand),
PolicyGetDigest(TpmPolicyGetDigestCommand),
PolicyPassword(TpmPolicyPasswordCommand),
VendorTcgTest(TpmVendorTcgTestCommand),
}Expand description
A TPM command
Variants§
EvictControl(TpmEvictControlCommand)
CreatePrimary(TpmCreatePrimaryCommand)
DictionaryAttackLockReset(TpmDictionaryAttackLockResetCommand)
PcrEvent(TpmPcrEventCommand)
ObjectChangeAuth(TpmObjectChangeAuthCommand)
PolicySecret(TpmPolicySecretCommand)
Create(TpmCreateCommand)
Import(TpmImportCommand)
Load(TpmLoadCommand)
Unseal(TpmUnsealCommand)
ContextLoad(TpmContextLoadCommand)
ContextSave(TpmContextSaveCommand)
FlushContext(TpmFlushContextCommand)
PolicyAuthValue(TpmPolicyAuthValueCommand)
PolicyCommandCode(TpmPolicyCommandCodeCommand)
PolicyOr(TpmPolicyOrCommand)
ReadPublic(TpmReadPublicCommand)
StartAuthSession(TpmStartAuthSessionCommand)
GetCapability(TpmGetCapabilityCommand)
Hash(TpmHashCommand)
PcrRead(TpmPcrReadCommand)
PolicyPcr(TpmPolicyPcrCommand)
PolicyRestart(TpmPolicyRestartCommand)
PolicyGetDigest(TpmPolicyGetDigestCommand)
PolicyPassword(TpmPolicyPasswordCommand)
VendorTcgTest(TpmVendorTcgTestCommand)
Trait Implementations§
Source§impl Clone for TpmCommandBody
impl Clone for TpmCommandBody
Source§fn clone(&self) -> TpmCommandBody
fn clone(&self) -> TpmCommandBody
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 TpmCommandBody
impl Debug for TpmCommandBody
Source§impl PartialEq for TpmCommandBody
impl PartialEq for TpmCommandBody
impl Eq for TpmCommandBody
impl StructuralPartialEq for TpmCommandBody
Auto Trait Implementations§
impl Freeze for TpmCommandBody
impl RefUnwindSafe for TpmCommandBody
impl Send for TpmCommandBody
impl Sync for TpmCommandBody
impl Unpin for TpmCommandBody
impl UnwindSafe for TpmCommandBody
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