(self)
| 89 | /// Converts a `WaitStatus` into its raw representation as an integer. |
| 90 | #[inline] |
| 91 | pub const fn as_raw(self) -> i32 { |
| 92 | self.0 |
| 93 | } |
| 94 | |
| 95 | /// Returns whether the process is currently stopped. |
| 96 | #[inline] |
no outgoing calls
no test coverage detected