pub struct InputPoster<W: Write, E: Write> { /* private fields */ }Implementations§
Source§impl<W: Write, E: Write> InputPoster<W, E>
impl<W: Write, E: Write> InputPoster<W, E>
pub fn new(termios: termios, writer: W, echoer: E) -> Self
pub fn write_input(&mut self, buf: &[u8]) -> Result<WriteReport>
Trait Implementations§
Auto Trait Implementations§
impl<W, E> Freeze for InputPoster<W, E>
impl<W, E> RefUnwindSafe for InputPoster<W, E>where
W: RefUnwindSafe,
E: RefUnwindSafe,
impl<W, E> Send for InputPoster<W, E>
impl<W, E> StoreCopy for InputPoster<W, E>
impl<W, E> Sync for InputPoster<W, E>
impl<W, E> Unpin for InputPoster<W, E>
impl<W, E> UnwindSafe for InputPoster<W, E>where
W: UnwindSafe,
E: 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