pub struct PiInput {
pub hand: Vec<Tile>,
pub naki: Vec<Mentsu>,
pub hora: Tile,
}Expand description
§Fields
hand- the hand including the hora tile (winning_tile)naki- any mentsu created by nakihora- the winning tile
Fields§
§hand: Vec<Tile>§naki: Vec<Mentsu>§hora: TileImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PiInput
impl RefUnwindSafe for PiInput
impl Send for PiInput
impl Sync for PiInput
impl Unpin for PiInput
impl UnwindSafe for PiInput
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