pub struct RdxUsbFsWriter(/* private fields */);Implementations§
Source§impl RdxUsbFsWriter
impl RdxUsbFsWriter
pub fn try_send(&mut self, packet: RdxUsbFsPacket) -> Option<RdxUsbFsPacket>
pub async fn send( &mut self, packet: RdxUsbFsPacket, ) -> Result<(), RdxUsbFsPacket>
Auto Trait Implementations§
impl Freeze for RdxUsbFsWriter
impl !RefUnwindSafe for RdxUsbFsWriter
impl Send for RdxUsbFsWriter
impl Sync for RdxUsbFsWriter
impl Unpin for RdxUsbFsWriter
impl !UnwindSafe for RdxUsbFsWriter
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