Struct embassy_net_w5500::Runner
source · pub struct Runner<'d, SPI: SpiDevice, INT: Wait, RST: OutputPin> { /* private fields */ }
Expand description
Background runner for the W5500.
You must call .run()
in a background task for the W5500 to operate.
Implementations§
Auto Trait Implementations§
impl<'d, SPI, INT, RST> !RefUnwindSafe for Runner<'d, SPI, INT, RST>
impl<'d, SPI, INT, RST> !Send for Runner<'d, SPI, INT, RST>
impl<'d, SPI, INT, RST> !Sync for Runner<'d, SPI, INT, RST>
impl<'d, SPI, INT, RST> Unpin for Runner<'d, SPI, INT, RST>where INT: Unpin, RST: Unpin, SPI: Unpin,
impl<'d, SPI, INT, RST> !UnwindSafe for Runner<'d, SPI, INT, RST>
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