MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / as_raw

Method as_raw

src/process/wait.rs:91–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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]

Callers 3

reaper_killFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected