pub struct RusbTransfer { /* private fields */ }Expand description
UsbTransfer backed by a real rusb::DeviceHandle.
Implementations§
Trait Implementations§
Source§impl UsbTransfer for RusbTransfer
impl UsbTransfer for RusbTransfer
Auto Trait Implementations§
impl Freeze for RusbTransfer
impl RefUnwindSafe for RusbTransfer
impl Send for RusbTransfer
impl Sync for RusbTransfer
impl Unpin for RusbTransfer
impl UnsafeUnpin for RusbTransfer
impl UnwindSafe for RusbTransfer
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