#[repr(u32)]pub enum TestStatus {
InBootRom = 45_200,
InBootRomHalt = 45_143,
InTest = 17_236,
InWfi = 7_454,
Passed = 36_877,
Failed = 47_789,
}
Variants§
InBootRom = 45_200
InBootRomHalt = 45_143
InTest = 17_236
InWfi = 7_454
Passed = 36_877
Failed = 47_789
Implementations§
Source§impl TestStatus
impl TestStatus
pub fn wait_pattern(&self) -> String
Trait Implementations§
Source§impl Clone for TestStatus
impl Clone for TestStatus
Source§fn clone(&self) -> TestStatus
fn clone(&self) -> TestStatus
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TestStatus
impl Debug for TestStatus
Source§impl PartialEq for TestStatus
impl PartialEq for TestStatus
impl Copy for TestStatus
impl Eq for TestStatus
impl StructuralPartialEq for TestStatus
Auto Trait Implementations§
impl Freeze for TestStatus
impl RefUnwindSafe for TestStatus
impl Send for TestStatus
impl Sync for TestStatus
impl Unpin for TestStatus
impl UnwindSafe for TestStatus
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