Struct debugserver_types::ExitedEventBody [] [src]

pub struct ExitedEventBody {
    pub exit_code: i64,
}

Fields

The exit code returned from the debuggee.

Trait Implementations

impl Clone for ExitedEventBody
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ExitedEventBody
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for ExitedEventBody
[src]

[src]

Formats the value using the given formatter.