pub struct Agari {
pub delta_points: Vec<GamePoint>,
pub who: u8,
pub from_who: u8,
pub pao_who: u8,
pub ranked_score: RankedScore,
pub yaku: Vec<YakuPair>,
}Expand description
Represents the winning information of a single player.
Fields§
§delta_points: Vec<GamePoint>§who: u8§from_who: u8§pao_who: u8§ranked_score: RankedScore§yaku: Vec<YakuPair>Trait Implementations§
impl StructuralPartialEq for Agari
Auto Trait Implementations§
impl Freeze for Agari
impl RefUnwindSafe for Agari
impl Send for Agari
impl Sync for Agari
impl Unpin for Agari
impl UnwindSafe for Agari
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