pub struct TerminalEnds {
pub winning: AtomicU64,
pub tie: AtomicU64,
pub losing: AtomicU64,
}
Fields§
§winning: AtomicU64
§tie: AtomicU64
§losing: AtomicU64
Trait Implementations§
Source§impl Debug for TerminalEnds
impl Debug for TerminalEnds
Auto Trait Implementations§
impl !Freeze for TerminalEnds
impl RefUnwindSafe for TerminalEnds
impl Send for TerminalEnds
impl Sync for TerminalEnds
impl Unpin for TerminalEnds
impl UnwindSafe for TerminalEnds
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