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