Struct usi::ThinkParams
[−]
[src]
pub struct ThinkParams { /* fields omitted */ }Represents parameters of "go" command.
Methods
impl ThinkParams[src]
fn new() -> ThinkParams
fn ponder(self) -> ThinkParams
fn btime(self, t: Duration) -> ThinkParams
fn wtime(self, t: Duration) -> ThinkParams
fn byoyomi(self, t: Duration) -> ThinkParams
fn binc(self, t: Duration) -> ThinkParams
fn winc(self, t: Duration) -> ThinkParams
fn infinite(self) -> ThinkParams
fn mate(self, t: Option<Duration>) -> ThinkParams
Trait Implementations
impl Debug for ThinkParams[src]
impl Clone for ThinkParams[src]
fn clone(&self) -> ThinkParams
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more