Struct cloudabi::event_proc_terminate [] [src]

#[repr(C)]
pub struct event_proc_terminate { pub unused: [u8; 4], pub signal: signal, pub exitcode: exitcode, }

Fields

Obsolete.

If zero, the process has exited. Otherwise, the signal condition causing it to terminated.

If exited, the exit code of the process.

Trait Implementations

impl Copy for event_proc_terminate
[src]

impl Clone for event_proc_terminate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more