pub struct SyncWriter { /* private fields */ }Expand description
Synchronous wrapper of a nusb OUT transfer queue.
Implementations§
Source§impl SyncWriter
impl SyncWriter
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncWriter
impl !RefUnwindSafe for SyncWriter
impl Send for SyncWriter
impl Sync for SyncWriter
impl Unpin for SyncWriter
impl !UnwindSafe for SyncWriter
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