[][src]Struct pleco_engine::engine::PlecoSearcher

pub struct PlecoSearcher { /* fields omitted */ }

Methods

impl PlecoSearcher[src]

pub fn init(use_stdout: bool) -> Self[src]

pub fn uci(&mut self)[src]

pub fn search(&mut self, board: &Board, limit: &PreLimits)[src]

pub fn halt(&mut self)[src]

pub fn stop_search_get_move(&mut self) -> BitMove[src]

pub fn await_move(&mut self) -> BitMove[src]

pub fn is_searching(&self) -> bool[src]

pub fn hash_percent(&self) -> f64[src]

pub fn clear_tt(&mut self)[src]

pub fn resize_tt(&mut self, mb: usize)[src]

pub fn use_stdout(&mut self, stdout: bool)[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]