Struct debugserver_types::ExitedEventBody
[−]
[src]
pub struct ExitedEventBody {
pub exit_code: i64,
}Fields
exit_code: i64
The exit code returned from the debuggee.
Trait Implementations
impl Clone for ExitedEventBody[src]
fn clone(&self) -> ExitedEventBody[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for ExitedEventBody[src]
fn eq(&self, __arg_0: &ExitedEventBody) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ExitedEventBody) -> bool[src]
This method tests for !=.