pub struct EUsbWireTxInner<D: Driver<'static>> { /* private fields */ }
Expand description
Implementation detail, holding the endpoint and scratch buffer used for sending
Auto Trait Implementations§
impl<D> Freeze for EUsbWireTxInner<D>
impl<D> RefUnwindSafe for EUsbWireTxInner<D>
impl<D> Send for EUsbWireTxInner<D>
impl<D> Sync for EUsbWireTxInner<D>
impl<D> Unpin for EUsbWireTxInner<D>
impl<D> !UnwindSafe for EUsbWireTxInner<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