#[repr(u8)]pub enum BistFail {
ZZ437 = 0,
ZZ438 = 1,
}Variants§
ZZ437 = 0
The last BIST operation completed successfully (or could not fail)
ZZ438 = 1
The last BIST operation failed
Implementations§
Trait Implementations§
Source§impl Ord for BistFail
impl Ord for BistFail
Source§impl PartialOrd for BistFail
impl PartialOrd for BistFail
impl Copy for BistFail
impl Eq for BistFail
impl StructuralPartialEq for BistFail
Auto Trait Implementations§
impl Freeze for BistFail
impl RefUnwindSafe for BistFail
impl Send for BistFail
impl Sync for BistFail
impl Unpin for BistFail
impl UnwindSafe for BistFail
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