Struct wasix::ErrnoSignal
source · #[repr(C)]pub struct ErrnoSignal {
pub exit_code: Errno,
pub signal: Signal,
}Fields§
§exit_code: ErrnoThe exit code that was returned
signal: SignalThe signal that was returned
Trait Implementations§
source§impl Clone for ErrnoSignal
impl Clone for ErrnoSignal
source§fn clone(&self) -> ErrnoSignal
fn clone(&self) -> ErrnoSignal
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more