#[repr(u16)]pub enum TpmSt {
Show 17 variants
RspCommand = 196,
Null = 32_768,
NoSessions = 32_769,
Sessions = 32_770,
AttestNv = 32_788,
AttestCommandAudit = 32_789,
AttestSessionAudit = 32_790,
AttestCertify = 32_791,
AttestQuote = 32_792,
AttestTime = 32_793,
AttestCreation = 32_794,
Creation = 32_801,
Verified = 32_802,
AuthSecret = 32_803,
HashCheck = 32_804,
AuthSigned = 32_805,
FuManifest = 32_809,
}Expand description
TPM_ST
Variants§
RspCommand = 196
Null = 32_768
NoSessions = 32_769
Sessions = 32_770
AttestNv = 32_788
AttestCommandAudit = 32_789
AttestSessionAudit = 32_790
AttestCertify = 32_791
AttestQuote = 32_792
AttestTime = 32_793
AttestCreation = 32_794
Creation = 32_801
Verified = 32_802
AuthSecret = 32_803
HashCheck = 32_804
AuthSigned = 32_805
FuManifest = 32_809
Trait Implementations§
Source§impl TpmSized for TpmSt
impl TpmSized for TpmSt
impl Copy for TpmSt
impl Eq for TpmSt
impl StructuralPartialEq for TpmSt
Auto Trait Implementations§
impl Freeze for TpmSt
impl RefUnwindSafe for TpmSt
impl Send for TpmSt
impl Sync for TpmSt
impl Unpin for TpmSt
impl UnwindSafe for TpmSt
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