pub struct UsbAutoDeviceInput<'a, R, W, P> {
pub rx: R,
pub tx: W,
pub status: &'a EmbassyInterfaceStatus,
pub host_present: P,
}Fields§
§rx: R§tx: W§status: &'a EmbassyInterfaceStatus§host_present: PAuto Trait Implementations§
impl<'a, R, W, P> !RefUnwindSafe for UsbAutoDeviceInput<'a, R, W, P>
impl<'a, R, W, P> !UnwindSafe for UsbAutoDeviceInput<'a, R, W, P>
impl<'a, R, W, P> Freeze for UsbAutoDeviceInput<'a, R, W, P>
impl<'a, R, W, P> Send for UsbAutoDeviceInput<'a, R, W, P>
impl<'a, R, W, P> Sync for UsbAutoDeviceInput<'a, R, W, P>
impl<'a, R, W, P> Unpin for UsbAutoDeviceInput<'a, R, W, P>
impl<'a, R, W, P> UnsafeUnpin for UsbAutoDeviceInput<'a, R, W, P>
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