Struct debugserver_types::Thread [] [src]

pub struct Thread {
    pub id: i64,
    pub name: String,
}

A Thread

Fields

Unique identifier for the thread.

A name of the thread.

Trait Implementations

impl Clone for Thread
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Thread
[src]

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

This method tests for !=.

impl Debug for Thread
[src]

Formats the value using the given formatter.