pub struct Runner<'d, SPI, INT, RST> { /* private fields */ }
Expand description
Background runner for the ADIN1110.
You must call .run()
in a background task for the ADIN1110 to operate.
Implementations§
Auto Trait Implementations§
impl<'d, SPI, INT, RST> Freeze for Runner<'d, SPI, INT, RST>
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>
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