pub struct Uci {
pub engine_name: String,
pub engine_author: String,
pub linear_game: LinearGame,
}
Fields§
§engine_name: String
§linear_game: LinearGame
Implementations§
Auto Trait Implementations§
impl Freeze for Uci
impl RefUnwindSafe for Uci
impl Send for Uci
impl Sync for Uci
impl Unpin for Uci
impl UnwindSafe for Uci
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more