Enum tss2_fapi_rs::Tpm2ErrorCode
pub enum Tpm2ErrorCode {
Tpm2ErrFmt0(Tpm2ErrFmt0),
Tpm2ErrFmt1(Tpm2ErrFmt1),
Tpm2Warning(Tpm2Warning),
Other(u32),
}
Expand description
TPM 2.0 response code wrapper.
Variants§
Trait Implementations§
§impl Debug for Tpm2ErrorCode
impl Debug for Tpm2ErrorCode
§impl PartialEq for Tpm2ErrorCode
impl PartialEq for Tpm2ErrorCode
impl StructuralPartialEq for Tpm2ErrorCode
Auto Trait Implementations§
impl Freeze for Tpm2ErrorCode
impl RefUnwindSafe for Tpm2ErrorCode
impl Send for Tpm2ErrorCode
impl Sync for Tpm2ErrorCode
impl Unpin for Tpm2ErrorCode
impl UnwindSafe for Tpm2ErrorCode
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