pub(crate) struct TestLauncher {
pub(crate) test_index: Cell<usize>,
pub(crate) peripherals: &'static Nrf52DefaultPeripherals<'static>,
}
Fields§
§test_index: Cell<usize>
§peripherals: &'static Nrf52DefaultPeripherals<'static>
Implementations§
Source§impl TestLauncher
impl TestLauncher
pub(crate) fn new( peripherals: &'static Nrf52DefaultPeripherals<'static>, ) -> Self
pub(crate) fn next(&'static self)
Trait Implementations§
Source§impl CapsuleTestClient for TestLauncher
impl CapsuleTestClient for TestLauncher
Auto Trait Implementations§
impl !Freeze for TestLauncher
impl !RefUnwindSafe for TestLauncher
impl !Send for TestLauncher
impl !Sync for TestLauncher
impl Unpin for TestLauncher
impl !UnwindSafe for TestLauncher
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