pub struct Demo<CLK, DIO, DELAY, ERR>{ /* private fields */ }
Available on crate features
demo
and async
only.Expand description
Asynchronous demo.
Implementations§
Auto Trait Implementations§
impl<CLK, DIO, DELAY, ERR> Freeze for Demo<CLK, DIO, DELAY, ERR>
impl<CLK, DIO, DELAY, ERR> RefUnwindSafe for Demo<CLK, DIO, DELAY, ERR>
impl<CLK, DIO, DELAY, ERR> Send for Demo<CLK, DIO, DELAY, ERR>
impl<CLK, DIO, DELAY, ERR> Sync for Demo<CLK, DIO, DELAY, ERR>
impl<CLK, DIO, DELAY, ERR> Unpin for Demo<CLK, DIO, DELAY, ERR>
impl<CLK, DIO, DELAY, ERR> UnwindSafe for Demo<CLK, DIO, DELAY, ERR>
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