#[repr(u32)]pub enum TpmRcBase {
Show 16 variants
Success = 0,
BadTag = 30,
Initialize = 256,
Failure = 257,
AuthMissing = 293,
CommandSize = 322,
Sensitive = 341,
Asymmetric = 129,
Attributes = 130,
Value = 132,
Handle = 139,
AuthFail = 142,
BadAuth = 162,
Curve = 166,
ContextGap = 2_305,
NvUnavailable = 2_339,
}Variants§
Success = 0
BadTag = 30
Initialize = 256
Failure = 257
AuthMissing = 293
CommandSize = 322
Sensitive = 341
Asymmetric = 129
Attributes = 130
Value = 132
Handle = 139
AuthFail = 142
BadAuth = 162
Curve = 166
ContextGap = 2_305
Trait Implementations§
Source§impl TpmSized for TpmRcBase
impl TpmSized for TpmRcBase
impl Copy for TpmRcBase
impl Eq for TpmRcBase
impl StructuralPartialEq for TpmRcBase
Auto Trait Implementations§
impl Freeze for TpmRcBase
impl RefUnwindSafe for TpmRcBase
impl Send for TpmRcBase
impl Sync for TpmRcBase
impl Unpin for TpmRcBase
impl UnwindSafe for TpmRcBase
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