pub struct LineBuffered<W, const N: usize>where
W: uWrite,{ /* private fields */ }
Expand description
A write adapter that buffers writes and automatically flushes on newlines
Implementations§
Source§impl<W, const N: usize> LineBuffered<W, N>where
W: uWrite,
impl<W, const N: usize> LineBuffered<W, N>where
W: uWrite,
Trait Implementations§
Auto Trait Implementations§
impl<W, const N: usize> Freeze for LineBuffered<W, N>where
W: Freeze,
impl<W, const N: usize> RefUnwindSafe for LineBuffered<W, N>where
W: RefUnwindSafe,
impl<W, const N: usize> Send for LineBuffered<W, N>where
W: Send,
impl<W, const N: usize> Sync for LineBuffered<W, N>where
W: Sync,
impl<W, const N: usize> Unpin for LineBuffered<W, N>where
W: Unpin,
impl<W, const N: usize> UnwindSafe for LineBuffered<W, N>where
W: UnwindSafe,
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