pub struct Pts(/* private fields */);Expand description
The child end of the pty
See Pty::pts and Command::spawn
Auto Trait Implementations§
impl Freeze for Pts
impl RefUnwindSafe for Pts
impl Send for Pts
impl Sync for Pts
impl Unpin for Pts
impl UnwindSafe for Pts
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