pub struct PtyHandle { /* private fields */ }Expand description
Handle to a spawned PTY process (Unix).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PtyHandle
impl RefUnwindSafe for PtyHandle
impl Send for PtyHandle
impl Sync for PtyHandle
impl Unpin for PtyHandle
impl UnwindSafe for PtyHandle
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