Struct fluke_maybe_uring::io::ChanRead
source · pub struct ChanRead { /* private fields */ }Expand description
Allows sending Vec<u8> chunks, which can be read through its ReadOwned
implementation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ChanRead
impl !Send for ChanRead
impl !Sync for ChanRead
impl Unpin for ChanRead
impl !UnwindSafe for ChanRead
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