pub struct SpawnedPty { /* private fields */ }Expand description
A spawned process together with the PTY master used to communicate with it.
Implementations§
Source§impl SpawnedPty
impl SpawnedPty
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpawnedPty
impl RefUnwindSafe for SpawnedPty
impl Send for SpawnedPty
impl Sync for SpawnedPty
impl Unpin for SpawnedPty
impl UnsafeUnpin for SpawnedPty
impl UnwindSafe for SpawnedPty
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