pub struct EUsbWireRx<D: Driver<'static>> { /* private fields */ }
Expand description
A WireRx
implementation for embassy-usb 0.3.
Trait Implementations§
Auto Trait Implementations§
impl<D> Freeze for EUsbWireRx<D>
impl<D> RefUnwindSafe for EUsbWireRx<D>
impl<D> Send for EUsbWireRx<D>
impl<D> Sync for EUsbWireRx<D>
impl<D> Unpin for EUsbWireRx<D>
impl<D> UnwindSafe for EUsbWireRx<D>
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