Enum usi::InfoParams[][src]

pub enum InfoParams {
    CurrMove(String),
    Depth(i32Option<i32>),
    HashFull(i32),
    MultiPv(i32),
    Nodes(i32),
    Nps(i32),
    Pv(Vec<String>),
    Score(i32ScoreKind),
    Text(String),
    Time(Duration),
}
Expand description

Represents parameters of “info” command.

Variants

CurrMove(String)

Tuple Fields of CurrMove

0: String
Depth(i32Option<i32>)

Tuple Fields of Depth

0: i321: Option<i32>
HashFull(i32)

Tuple Fields of HashFull

0: i32
MultiPv(i32)

Tuple Fields of MultiPv

0: i32
Nodes(i32)

Tuple Fields of Nodes

0: i32
Nps(i32)

Tuple Fields of Nps

0: i32
Pv(Vec<String>)

Tuple Fields of Pv

0: Vec<String>
Score(i32ScoreKind)

Tuple Fields of Score

0: i321: ScoreKind
Text(String)

Tuple Fields of Text

0: String
Time(Duration)

Tuple Fields of Time

0: Duration

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.