Struct sc2::data::ReplayPlayerInfo [−][src]
pub struct ReplayPlayerInfo { /* fields omitted */ }Information about a player in a replay.
Trait Implementations
impl Debug for ReplayPlayerInfo[src]
impl Debug for ReplayPlayerInfofn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for ReplayPlayerInfo[src]
impl Copy for ReplayPlayerInfoimpl Clone for ReplayPlayerInfo[src]
impl Clone for ReplayPlayerInfofn clone(&self) -> ReplayPlayerInfo[src]
fn clone(&self) -> ReplayPlayerInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for ReplayPlayerInfo
impl Send for ReplayPlayerInfoimpl Sync for ReplayPlayerInfo
impl Sync for ReplayPlayerInfo