pub struct Reaped {
pub pid: i32,
pub outcome: WaitOutcome,
}Expand description
A reaped child: its pid and how it ended.
Fields§
§pid: i32§outcome: WaitOutcomeTrait Implementations§
impl Copy for Reaped
impl Eq for Reaped
impl StructuralPartialEq for Reaped
Auto Trait Implementations§
impl Freeze for Reaped
impl RefUnwindSafe for Reaped
impl Send for Reaped
impl Sync for Reaped
impl Unpin for Reaped
impl UnsafeUnpin for Reaped
impl UnwindSafe for Reaped
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