pub struct Buffered;Expand description
Async buffered mode where the bytes are pumped by the interrupt handler.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Buffered
impl RefUnwindSafe for Buffered
impl Send for Buffered
impl Sync for Buffered
impl Unpin for Buffered
impl UnwindSafe for Buffered
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