pub enum TpmResponseValue {
Show 126 variants
NvUndefineSpaceSpecial(TpmNvUndefineSpaceSpecialResponse),
EvictControl(TpmEvictControlResponse),
HierarchyControl(TpmHierarchyControlResponse),
NvUndefineSpace(TpmNvUndefineSpaceResponse),
ChangeEps(TpmChangeEpsResponse),
ChangePps(TpmChangePpsResponse),
Clear(TpmClearResponse),
ClearControl(TpmClearControlResponse),
ClockSet(TpmClockSetResponse),
HierarchyChangeAuth(TpmHierarchyChangeAuthResponse),
NvDefineSpace(TpmNvDefineSpaceResponse),
PcrAllocate(TpmPcrAllocateResponse),
PcrSetAuthPolicy(TpmPcrSetAuthPolicyResponse),
PpCommands(TpmPpCommandsResponse),
SetPrimaryPolicy(TpmSetPrimaryPolicyResponse),
FieldUpgradeStart(TpmFieldUpgradeStartResponse),
ClockRateAdjust(TpmClockRateAdjustResponse),
CreatePrimary(TpmCreatePrimaryResponse),
NvGlobalWriteLock(TpmNvGlobalWriteLockResponse),
GetCommandAuditDigest(TpmGetCommandAuditDigestResponse),
NvIncrement(TpmNvIncrementResponse),
NvSetBits(TpmNvSetBitsResponse),
NvExtend(TpmNvExtendResponse),
NvWrite(TpmNvWriteResponse),
NvWriteLock(TpmNvWriteLockResponse),
DictionaryAttackLockReset(TpmDictionaryAttackLockResetResponse),
DictionaryAttackParameters(TpmDictionaryAttackParametersResponse),
NvChangeAuth(TpmNvChangeAuthResponse),
PcrEvent(TpmPcrEventResponse),
PcrReset(TpmPcrResetResponse),
SequenceComplete(TpmSequenceCompleteResponse),
SetAlgorithmSet(TpmSetAlgorithmSetResponse),
SetCommandCodeAuditStatus(TpmSetCommandCodeAuditStatusResponse),
FieldUpgradeData(TpmFieldUpgradeDataResponse),
IncrementalSelfTest(TpmIncrementalSelfTestResponse),
SelfTest(TpmSelfTestResponse),
Startup(TpmStartupResponse),
Shutdown(TpmShutdownResponse),
StirRandom(TpmStirRandomResponse),
ActivateCredential(TpmActivateCredentialResponse),
Certify(TpmCertifyResponse),
PolicyNv(TpmPolicyNvResponse),
CertifyCreation(TpmCertifyCreationResponse),
Duplicate(TpmDuplicateResponse),
GetTime(TpmGetTimeResponse),
GetSessionAuditDigest(TpmGetSessionAuditDigestResponse),
NvRead(TpmNvReadResponse),
NvReadLock(TpmNvReadLockResponse),
ObjectChangeAuth(TpmObjectChangeAuthResponse),
PolicySecret(TpmPolicySecretResponse),
Rewrap(TpmRewrapResponse),
Create(TpmCreateResponse),
EcdhZGen(TpmEcdhZGenResponse),
Hmac(TpmHmacResponse),
Import(TpmImportResponse),
Load(TpmLoadResponse),
Quote(TpmQuoteResponse),
RsaDecrypt(TpmRsaDecryptResponse),
HmacStart(TpmHmacStartResponse),
SequenceUpdate(TpmSequenceUpdateResponse),
Sign(TpmSignResponse),
Unseal(TpmUnsealResponse),
PolicySigned(TpmPolicySignedResponse),
ContextLoad(TpmContextLoadResponse),
ContextSave(TpmContextSaveResponse),
EcdhKeyGen(TpmEcdhKeyGenResponse),
EncryptDecrypt(TpmEncryptDecryptResponse),
FlushContext(TpmFlushContextResponse),
LoadExternal(TpmLoadExternalResponse),
MakeCredential(TpmMakeCredentialResponse),
NvReadPublic(TpmNvReadPublicResponse),
PolicyAuthorize(TpmPolicyAuthorizeResponse),
PolicyAuthValue(TpmPolicyAuthValueResponse),
PolicyCommandCode(TpmPolicyCommandCodeResponse),
PolicyCounterTimer(TpmPolicyCounterTimerResponse),
PolicyCpHash(TpmPolicyCpHashResponse),
PolicyLocality(TpmPolicyLocalityResponse),
PolicyNameHash(TpmPolicyNameHashResponse),
PolicyOr(TpmPolicyOrResponse),
PolicyTicket(TpmPolicyTicketResponse),
ReadPublic(TpmReadPublicResponse),
RsaEncrypt(TpmRsaEncryptResponse),
StartAuthSession(TpmStartAuthSessionResponse),
VerifySignature(TpmVerifySignatureResponse),
EccParameters(TpmEccParametersResponse),
FirmwareRead(TpmFirmwareReadResponse),
GetCapability(TpmGetCapabilityResponse),
GetRandom(TpmGetRandomResponse),
GetTestResult(TpmGetTestResultResponse),
Hash(TpmHashResponse),
PcrRead(TpmPcrReadResponse),
PolicyPcr(TpmPolicyPcrResponse),
PolicyRestart(TpmPolicyRestartResponse),
ReadClock(TpmReadClockResponse),
PcrExtend(TpmPcrExtendResponse),
PcrSetAuthValue(TpmPcrSetAuthValueResponse),
NvCertify(TpmNvCertifyResponse),
EventSequenceComplete(TpmEventSequenceCompleteResponse),
HashSequenceStart(TpmHashSequenceStartResponse),
PolicyPhysicalPresence(TpmPolicyPhysicalPresenceResponse),
PolicyDuplicationSelect(TpmPolicyDuplicationSelectResponse),
PolicyGetDigest(TpmPolicyGetDigestResponse),
TestParms(TpmTestParmsResponse),
Commit(TpmCommitResponse),
PolicyPassword(TpmPolicyPasswordResponse),
ZGen2Phase(TpmZGen2PhaseResponse),
EcEphemeral(TpmEcEphemeralResponse),
PolicyNvWritten(TpmPolicyNvWrittenResponse),
PolicyTemplate(TpmPolicyTemplateResponse),
CreateLoaded(TpmCreateLoadedResponse),
PolicyAuthorizeNv(TpmPolicyAuthorizeNvResponse),
EncryptDecrypt2(TpmEncryptDecrypt2Response),
AcGetCapability(TpmAcGetCapabilityResponse),
AcSend(TpmAcSendResponse),
PolicyAcSendSelect(TpmPolicyAcSendSelectResponse),
ActSetTimeout(TpmActSetTimeoutResponse),
EccEncrypt(TpmEccEncryptResponse),
EccDecrypt(TpmEccDecryptResponse),
PolicyCapability(TpmPolicyCapabilityResponse),
PolicyParameters(TpmPolicyParametersResponse),
NvDefineSpace2(TpmNvDefineSpace2Response),
NvReadPublic2(TpmNvReadPublic2Response),
SetCapability(TpmSetCapabilityResponse),
ReadOnlyControl(TpmReadOnlyControlResponse),
PolicyTransportSpdm(TpmPolicyTransportSpdmResponse),
VendorTcgTest(TpmVendorTcgTestResponse),
}Expand description
An owned TPM response body value.
Variants§
NvUndefineSpaceSpecial(TpmNvUndefineSpaceSpecialResponse)
EvictControl(TpmEvictControlResponse)
HierarchyControl(TpmHierarchyControlResponse)
NvUndefineSpace(TpmNvUndefineSpaceResponse)
ChangeEps(TpmChangeEpsResponse)
ChangePps(TpmChangePpsResponse)
Clear(TpmClearResponse)
ClearControl(TpmClearControlResponse)
ClockSet(TpmClockSetResponse)
HierarchyChangeAuth(TpmHierarchyChangeAuthResponse)
NvDefineSpace(TpmNvDefineSpaceResponse)
PcrAllocate(TpmPcrAllocateResponse)
PcrSetAuthPolicy(TpmPcrSetAuthPolicyResponse)
PpCommands(TpmPpCommandsResponse)
SetPrimaryPolicy(TpmSetPrimaryPolicyResponse)
FieldUpgradeStart(TpmFieldUpgradeStartResponse)
ClockRateAdjust(TpmClockRateAdjustResponse)
CreatePrimary(TpmCreatePrimaryResponse)
NvGlobalWriteLock(TpmNvGlobalWriteLockResponse)
GetCommandAuditDigest(TpmGetCommandAuditDigestResponse)
NvIncrement(TpmNvIncrementResponse)
NvSetBits(TpmNvSetBitsResponse)
NvExtend(TpmNvExtendResponse)
NvWrite(TpmNvWriteResponse)
NvWriteLock(TpmNvWriteLockResponse)
DictionaryAttackLockReset(TpmDictionaryAttackLockResetResponse)
DictionaryAttackParameters(TpmDictionaryAttackParametersResponse)
NvChangeAuth(TpmNvChangeAuthResponse)
PcrEvent(TpmPcrEventResponse)
PcrReset(TpmPcrResetResponse)
SequenceComplete(TpmSequenceCompleteResponse)
SetAlgorithmSet(TpmSetAlgorithmSetResponse)
SetCommandCodeAuditStatus(TpmSetCommandCodeAuditStatusResponse)
FieldUpgradeData(TpmFieldUpgradeDataResponse)
IncrementalSelfTest(TpmIncrementalSelfTestResponse)
SelfTest(TpmSelfTestResponse)
Startup(TpmStartupResponse)
Shutdown(TpmShutdownResponse)
StirRandom(TpmStirRandomResponse)
ActivateCredential(TpmActivateCredentialResponse)
Certify(TpmCertifyResponse)
PolicyNv(TpmPolicyNvResponse)
CertifyCreation(TpmCertifyCreationResponse)
Duplicate(TpmDuplicateResponse)
GetTime(TpmGetTimeResponse)
GetSessionAuditDigest(TpmGetSessionAuditDigestResponse)
NvRead(TpmNvReadResponse)
NvReadLock(TpmNvReadLockResponse)
ObjectChangeAuth(TpmObjectChangeAuthResponse)
PolicySecret(TpmPolicySecretResponse)
Rewrap(TpmRewrapResponse)
Create(TpmCreateResponse)
EcdhZGen(TpmEcdhZGenResponse)
Hmac(TpmHmacResponse)
Import(TpmImportResponse)
Load(TpmLoadResponse)
Quote(TpmQuoteResponse)
RsaDecrypt(TpmRsaDecryptResponse)
HmacStart(TpmHmacStartResponse)
SequenceUpdate(TpmSequenceUpdateResponse)
Sign(TpmSignResponse)
Unseal(TpmUnsealResponse)
PolicySigned(TpmPolicySignedResponse)
ContextLoad(TpmContextLoadResponse)
ContextSave(TpmContextSaveResponse)
EcdhKeyGen(TpmEcdhKeyGenResponse)
EncryptDecrypt(TpmEncryptDecryptResponse)
FlushContext(TpmFlushContextResponse)
LoadExternal(TpmLoadExternalResponse)
MakeCredential(TpmMakeCredentialResponse)
NvReadPublic(TpmNvReadPublicResponse)
PolicyAuthorize(TpmPolicyAuthorizeResponse)
PolicyAuthValue(TpmPolicyAuthValueResponse)
PolicyCommandCode(TpmPolicyCommandCodeResponse)
PolicyCounterTimer(TpmPolicyCounterTimerResponse)
PolicyCpHash(TpmPolicyCpHashResponse)
PolicyLocality(TpmPolicyLocalityResponse)
PolicyNameHash(TpmPolicyNameHashResponse)
PolicyOr(TpmPolicyOrResponse)
PolicyTicket(TpmPolicyTicketResponse)
ReadPublic(TpmReadPublicResponse)
RsaEncrypt(TpmRsaEncryptResponse)
StartAuthSession(TpmStartAuthSessionResponse)
VerifySignature(TpmVerifySignatureResponse)
EccParameters(TpmEccParametersResponse)
FirmwareRead(TpmFirmwareReadResponse)
GetCapability(TpmGetCapabilityResponse)
GetRandom(TpmGetRandomResponse)
GetTestResult(TpmGetTestResultResponse)
Hash(TpmHashResponse)
PcrRead(TpmPcrReadResponse)
PolicyPcr(TpmPolicyPcrResponse)
PolicyRestart(TpmPolicyRestartResponse)
ReadClock(TpmReadClockResponse)
PcrExtend(TpmPcrExtendResponse)
PcrSetAuthValue(TpmPcrSetAuthValueResponse)
NvCertify(TpmNvCertifyResponse)
EventSequenceComplete(TpmEventSequenceCompleteResponse)
HashSequenceStart(TpmHashSequenceStartResponse)
PolicyPhysicalPresence(TpmPolicyPhysicalPresenceResponse)
PolicyDuplicationSelect(TpmPolicyDuplicationSelectResponse)
PolicyGetDigest(TpmPolicyGetDigestResponse)
TestParms(TpmTestParmsResponse)
Commit(TpmCommitResponse)
PolicyPassword(TpmPolicyPasswordResponse)
ZGen2Phase(TpmZGen2PhaseResponse)
EcEphemeral(TpmEcEphemeralResponse)
PolicyNvWritten(TpmPolicyNvWrittenResponse)
PolicyTemplate(TpmPolicyTemplateResponse)
CreateLoaded(TpmCreateLoadedResponse)
PolicyAuthorizeNv(TpmPolicyAuthorizeNvResponse)
EncryptDecrypt2(TpmEncryptDecrypt2Response)
AcGetCapability(TpmAcGetCapabilityResponse)
AcSend(TpmAcSendResponse)
PolicyAcSendSelect(TpmPolicyAcSendSelectResponse)
ActSetTimeout(TpmActSetTimeoutResponse)
EccEncrypt(TpmEccEncryptResponse)
EccDecrypt(TpmEccDecryptResponse)
PolicyCapability(TpmPolicyCapabilityResponse)
PolicyParameters(TpmPolicyParametersResponse)
NvDefineSpace2(TpmNvDefineSpace2Response)
NvReadPublic2(TpmNvReadPublic2Response)
SetCapability(TpmSetCapabilityResponse)
ReadOnlyControl(TpmReadOnlyControlResponse)
PolicyTransportSpdm(TpmPolicyTransportSpdmResponse)
VendorTcgTest(TpmVendorTcgTestResponse)
Implementations§
Source§impl TpmResponseValue
impl TpmResponseValue
Sourcepub fn marshal_frame(
&self,
rc: TpmRc,
sessions: &TpmAuthResponses,
writer: &mut TpmWriter<'_>,
) -> TpmResult<()>
pub fn marshal_frame( &self, rc: TpmRc, sessions: &TpmAuthResponses, writer: &mut TpmWriter<'_>, ) -> TpmResult<()>
Trait Implementations§
Source§impl Clone for TpmResponseValue
impl Clone for TpmResponseValue
Source§fn clone(&self) -> TpmResponseValue
fn clone(&self) -> TpmResponseValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TpmResponseValue
impl Debug for TpmResponseValue
impl Eq for TpmResponseValue
Source§impl PartialEq for TpmResponseValue
impl PartialEq for TpmResponseValue
Source§fn eq(&self, other: &TpmResponseValue) -> bool
fn eq(&self, other: &TpmResponseValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TpmResponseValue
Source§impl TpmFrame for TpmResponseValue
impl TpmFrame for TpmResponseValue
Source§impl TpmMarshal for TpmResponseValue
impl TpmMarshal for TpmResponseValue
Source§impl TpmMarshalBody for TpmResponseValue
impl TpmMarshalBody for TpmResponseValue
Source§impl TpmSized for TpmResponseValue
impl TpmSized for TpmResponseValue
Source§impl TryFrom<TpmResponseValue> for TpmNvUndefineSpaceSpecialResponse
impl TryFrom<TpmResponseValue> for TpmNvUndefineSpaceSpecialResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmEvictControlResponse
impl TryFrom<TpmResponseValue> for TpmEvictControlResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmHierarchyControlResponse
impl TryFrom<TpmResponseValue> for TpmHierarchyControlResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvUndefineSpaceResponse
impl TryFrom<TpmResponseValue> for TpmNvUndefineSpaceResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmChangeEpsResponse
impl TryFrom<TpmResponseValue> for TpmChangeEpsResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmChangePpsResponse
impl TryFrom<TpmResponseValue> for TpmChangePpsResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmClearResponse
impl TryFrom<TpmResponseValue> for TpmClearResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmClearControlResponse
impl TryFrom<TpmResponseValue> for TpmClearControlResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmClockSetResponse
impl TryFrom<TpmResponseValue> for TpmClockSetResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmHierarchyChangeAuthResponse
impl TryFrom<TpmResponseValue> for TpmHierarchyChangeAuthResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvDefineSpaceResponse
impl TryFrom<TpmResponseValue> for TpmNvDefineSpaceResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPcrAllocateResponse
impl TryFrom<TpmResponseValue> for TpmPcrAllocateResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPcrSetAuthPolicyResponse
impl TryFrom<TpmResponseValue> for TpmPcrSetAuthPolicyResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPpCommandsResponse
impl TryFrom<TpmResponseValue> for TpmPpCommandsResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmSetPrimaryPolicyResponse
impl TryFrom<TpmResponseValue> for TpmSetPrimaryPolicyResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmFieldUpgradeStartResponse
impl TryFrom<TpmResponseValue> for TpmFieldUpgradeStartResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmClockRateAdjustResponse
impl TryFrom<TpmResponseValue> for TpmClockRateAdjustResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmCreatePrimaryResponse
impl TryFrom<TpmResponseValue> for TpmCreatePrimaryResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvGlobalWriteLockResponse
impl TryFrom<TpmResponseValue> for TpmNvGlobalWriteLockResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmGetCommandAuditDigestResponse
impl TryFrom<TpmResponseValue> for TpmGetCommandAuditDigestResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvIncrementResponse
impl TryFrom<TpmResponseValue> for TpmNvIncrementResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvSetBitsResponse
impl TryFrom<TpmResponseValue> for TpmNvSetBitsResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvExtendResponse
impl TryFrom<TpmResponseValue> for TpmNvExtendResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvWriteResponse
impl TryFrom<TpmResponseValue> for TpmNvWriteResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvWriteLockResponse
impl TryFrom<TpmResponseValue> for TpmNvWriteLockResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmDictionaryAttackLockResetResponse
impl TryFrom<TpmResponseValue> for TpmDictionaryAttackLockResetResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmDictionaryAttackParametersResponse
impl TryFrom<TpmResponseValue> for TpmDictionaryAttackParametersResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvChangeAuthResponse
impl TryFrom<TpmResponseValue> for TpmNvChangeAuthResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPcrEventResponse
impl TryFrom<TpmResponseValue> for TpmPcrEventResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPcrResetResponse
impl TryFrom<TpmResponseValue> for TpmPcrResetResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmSequenceCompleteResponse
impl TryFrom<TpmResponseValue> for TpmSequenceCompleteResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmSetAlgorithmSetResponse
impl TryFrom<TpmResponseValue> for TpmSetAlgorithmSetResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmSetCommandCodeAuditStatusResponse
impl TryFrom<TpmResponseValue> for TpmSetCommandCodeAuditStatusResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmFieldUpgradeDataResponse
impl TryFrom<TpmResponseValue> for TpmFieldUpgradeDataResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmIncrementalSelfTestResponse
impl TryFrom<TpmResponseValue> for TpmIncrementalSelfTestResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmSelfTestResponse
impl TryFrom<TpmResponseValue> for TpmSelfTestResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmStartupResponse
impl TryFrom<TpmResponseValue> for TpmStartupResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmShutdownResponse
impl TryFrom<TpmResponseValue> for TpmShutdownResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmStirRandomResponse
impl TryFrom<TpmResponseValue> for TpmStirRandomResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmActivateCredentialResponse
impl TryFrom<TpmResponseValue> for TpmActivateCredentialResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmCertifyResponse
impl TryFrom<TpmResponseValue> for TpmCertifyResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyNvResponse
impl TryFrom<TpmResponseValue> for TpmPolicyNvResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmCertifyCreationResponse
impl TryFrom<TpmResponseValue> for TpmCertifyCreationResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmDuplicateResponse
impl TryFrom<TpmResponseValue> for TpmDuplicateResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmGetTimeResponse
impl TryFrom<TpmResponseValue> for TpmGetTimeResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmGetSessionAuditDigestResponse
impl TryFrom<TpmResponseValue> for TpmGetSessionAuditDigestResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvReadResponse
impl TryFrom<TpmResponseValue> for TpmNvReadResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvReadLockResponse
impl TryFrom<TpmResponseValue> for TpmNvReadLockResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmObjectChangeAuthResponse
impl TryFrom<TpmResponseValue> for TpmObjectChangeAuthResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicySecretResponse
impl TryFrom<TpmResponseValue> for TpmPolicySecretResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmRewrapResponse
impl TryFrom<TpmResponseValue> for TpmRewrapResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmCreateResponse
impl TryFrom<TpmResponseValue> for TpmCreateResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmEcdhZGenResponse
impl TryFrom<TpmResponseValue> for TpmEcdhZGenResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmHmacResponse
impl TryFrom<TpmResponseValue> for TpmHmacResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmImportResponse
impl TryFrom<TpmResponseValue> for TpmImportResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmLoadResponse
impl TryFrom<TpmResponseValue> for TpmLoadResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmQuoteResponse
impl TryFrom<TpmResponseValue> for TpmQuoteResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmRsaDecryptResponse
impl TryFrom<TpmResponseValue> for TpmRsaDecryptResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmHmacStartResponse
impl TryFrom<TpmResponseValue> for TpmHmacStartResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmSequenceUpdateResponse
impl TryFrom<TpmResponseValue> for TpmSequenceUpdateResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmSignResponse
impl TryFrom<TpmResponseValue> for TpmSignResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmUnsealResponse
impl TryFrom<TpmResponseValue> for TpmUnsealResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicySignedResponse
impl TryFrom<TpmResponseValue> for TpmPolicySignedResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmContextLoadResponse
impl TryFrom<TpmResponseValue> for TpmContextLoadResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmContextSaveResponse
impl TryFrom<TpmResponseValue> for TpmContextSaveResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmEcdhKeyGenResponse
impl TryFrom<TpmResponseValue> for TpmEcdhKeyGenResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmEncryptDecryptResponse
impl TryFrom<TpmResponseValue> for TpmEncryptDecryptResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmFlushContextResponse
impl TryFrom<TpmResponseValue> for TpmFlushContextResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmLoadExternalResponse
impl TryFrom<TpmResponseValue> for TpmLoadExternalResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmMakeCredentialResponse
impl TryFrom<TpmResponseValue> for TpmMakeCredentialResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvReadPublicResponse
impl TryFrom<TpmResponseValue> for TpmNvReadPublicResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyAuthorizeResponse
impl TryFrom<TpmResponseValue> for TpmPolicyAuthorizeResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyAuthValueResponse
impl TryFrom<TpmResponseValue> for TpmPolicyAuthValueResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyCommandCodeResponse
impl TryFrom<TpmResponseValue> for TpmPolicyCommandCodeResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyCounterTimerResponse
impl TryFrom<TpmResponseValue> for TpmPolicyCounterTimerResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyCpHashResponse
impl TryFrom<TpmResponseValue> for TpmPolicyCpHashResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyLocalityResponse
impl TryFrom<TpmResponseValue> for TpmPolicyLocalityResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyNameHashResponse
impl TryFrom<TpmResponseValue> for TpmPolicyNameHashResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyOrResponse
impl TryFrom<TpmResponseValue> for TpmPolicyOrResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyTicketResponse
impl TryFrom<TpmResponseValue> for TpmPolicyTicketResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmReadPublicResponse
impl TryFrom<TpmResponseValue> for TpmReadPublicResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmRsaEncryptResponse
impl TryFrom<TpmResponseValue> for TpmRsaEncryptResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmStartAuthSessionResponse
impl TryFrom<TpmResponseValue> for TpmStartAuthSessionResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmVerifySignatureResponse
impl TryFrom<TpmResponseValue> for TpmVerifySignatureResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmEccParametersResponse
impl TryFrom<TpmResponseValue> for TpmEccParametersResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmFirmwareReadResponse
impl TryFrom<TpmResponseValue> for TpmFirmwareReadResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmGetCapabilityResponse
impl TryFrom<TpmResponseValue> for TpmGetCapabilityResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmGetRandomResponse
impl TryFrom<TpmResponseValue> for TpmGetRandomResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmGetTestResultResponse
impl TryFrom<TpmResponseValue> for TpmGetTestResultResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmHashResponse
impl TryFrom<TpmResponseValue> for TpmHashResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPcrReadResponse
impl TryFrom<TpmResponseValue> for TpmPcrReadResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyPcrResponse
impl TryFrom<TpmResponseValue> for TpmPolicyPcrResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyRestartResponse
impl TryFrom<TpmResponseValue> for TpmPolicyRestartResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmReadClockResponse
impl TryFrom<TpmResponseValue> for TpmReadClockResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPcrExtendResponse
impl TryFrom<TpmResponseValue> for TpmPcrExtendResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPcrSetAuthValueResponse
impl TryFrom<TpmResponseValue> for TpmPcrSetAuthValueResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvCertifyResponse
impl TryFrom<TpmResponseValue> for TpmNvCertifyResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmEventSequenceCompleteResponse
impl TryFrom<TpmResponseValue> for TpmEventSequenceCompleteResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmHashSequenceStartResponse
impl TryFrom<TpmResponseValue> for TpmHashSequenceStartResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyPhysicalPresenceResponse
impl TryFrom<TpmResponseValue> for TpmPolicyPhysicalPresenceResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyDuplicationSelectResponse
impl TryFrom<TpmResponseValue> for TpmPolicyDuplicationSelectResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyGetDigestResponse
impl TryFrom<TpmResponseValue> for TpmPolicyGetDigestResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmTestParmsResponse
impl TryFrom<TpmResponseValue> for TpmTestParmsResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmCommitResponse
impl TryFrom<TpmResponseValue> for TpmCommitResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyPasswordResponse
impl TryFrom<TpmResponseValue> for TpmPolicyPasswordResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmZGen2PhaseResponse
impl TryFrom<TpmResponseValue> for TpmZGen2PhaseResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmEcEphemeralResponse
impl TryFrom<TpmResponseValue> for TpmEcEphemeralResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyNvWrittenResponse
impl TryFrom<TpmResponseValue> for TpmPolicyNvWrittenResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyTemplateResponse
impl TryFrom<TpmResponseValue> for TpmPolicyTemplateResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmCreateLoadedResponse
impl TryFrom<TpmResponseValue> for TpmCreateLoadedResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyAuthorizeNvResponse
impl TryFrom<TpmResponseValue> for TpmPolicyAuthorizeNvResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmEncryptDecrypt2Response
impl TryFrom<TpmResponseValue> for TpmEncryptDecrypt2Response
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmAcGetCapabilityResponse
impl TryFrom<TpmResponseValue> for TpmAcGetCapabilityResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmAcSendResponse
impl TryFrom<TpmResponseValue> for TpmAcSendResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyAcSendSelectResponse
impl TryFrom<TpmResponseValue> for TpmPolicyAcSendSelectResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmActSetTimeoutResponse
impl TryFrom<TpmResponseValue> for TpmActSetTimeoutResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmEccEncryptResponse
impl TryFrom<TpmResponseValue> for TpmEccEncryptResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmEccDecryptResponse
impl TryFrom<TpmResponseValue> for TpmEccDecryptResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyCapabilityResponse
impl TryFrom<TpmResponseValue> for TpmPolicyCapabilityResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyParametersResponse
impl TryFrom<TpmResponseValue> for TpmPolicyParametersResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvDefineSpace2Response
impl TryFrom<TpmResponseValue> for TpmNvDefineSpace2Response
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmNvReadPublic2Response
impl TryFrom<TpmResponseValue> for TpmNvReadPublic2Response
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmSetCapabilityResponse
impl TryFrom<TpmResponseValue> for TpmSetCapabilityResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmReadOnlyControlResponse
impl TryFrom<TpmResponseValue> for TpmReadOnlyControlResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmPolicyTransportSpdmResponse
impl TryFrom<TpmResponseValue> for TpmPolicyTransportSpdmResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Source§impl TryFrom<TpmResponseValue> for TpmVendorTcgTestResponse
impl TryFrom<TpmResponseValue> for TpmVendorTcgTestResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for TpmResponseValue
impl RefUnwindSafe for TpmResponseValue
impl Send for TpmResponseValue
impl Sync for TpmResponseValue
impl Unpin for TpmResponseValue
impl UnsafeUnpin for TpmResponseValue
impl UnwindSafe for TpmResponseValue
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