pub struct NSTDChildProcess { /* private fields */ }Available on crate feature
proc only.Expand description
A handle to a child process.
Auto Trait Implementations§
impl Freeze for NSTDChildProcess
impl RefUnwindSafe for NSTDChildProcess
impl !Send for NSTDChildProcess
impl !Sync for NSTDChildProcess
impl Unpin for NSTDChildProcess
impl UnwindSafe for NSTDChildProcess
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