Struct alcibiades::RemainingTime [] [src]

pub struct RemainingTime {
    pub white_millis: u64,
    pub black_millis: u64,
    pub winc_millis: u64,
    pub binc_millis: u64,
    pub movestogo: Option<u64>,
}

Describes the remaining time on the clocks.

Fields

The remaining time in milliseconds for white.

The remaining time in milliseconds for black.

The number of milliseconds with which white's remaining time is incremented on each move.

The number of milliseconds with which black's remaining time is incremented on each move.

The number of moves to the next time control.

Can not be zero.