pub enum TpmLogEvent {
AkCertRenewalFailed,
IdentityChangeFailed,
InvalidState,
}
Expand description
Events for TpmLogger
.
Variants§
AkCertRenewalFailed
Failed to renew AK cert
IdentityChangeFailed
Failed to change TPM seeds
InvalidState
Invalid PPI or NVRAM state
Auto Trait Implementations§
impl Freeze for TpmLogEvent
impl RefUnwindSafe for TpmLogEvent
impl Send for TpmLogEvent
impl Sync for TpmLogEvent
impl Unpin for TpmLogEvent
impl UnwindSafe for TpmLogEvent
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