pub struct PtyManager { /* private fields */ }Expand description
PTY manager that handles I/O between the application and PTY
Implementations§
Source§impl PtyManager
impl PtyManager
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PtyManager
impl RefUnwindSafe for PtyManager
impl Send for PtyManager
impl Sync for PtyManager
impl Unpin for PtyManager
impl UnwindSafe for PtyManager
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