pub struct ShellChildCore {
pub child: Child,
/* private fields */
}
Fields§
§child: Child
Implementations§
Source§impl ShellChildCore
impl ShellChildCore
pub fn signal(&self, sig: c_int) -> Result<(), ShellError>
pub fn wait_null(&self) -> Result<(), ShellError>
pub fn wait(self) -> ShellResult
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShellChildCore
impl RefUnwindSafe for ShellChildCore
impl Send for ShellChildCore
impl Sync for ShellChildCore
impl Unpin for ShellChildCore
impl UnwindSafe for ShellChildCore
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