Struct glicko2::Glicko2Player [] [src]

pub struct Glicko2Player {
    pub rating: f64,
    pub rating_deviation: f64,
    pub volatility: f64,
}

Fields

Methods

impl Glicko2Player
[src]

Trait Implementations

impl Clone for Glicko2Player
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Glicko2Player
[src]

impl Debug for Glicko2Player
[src]

[src]

Formats the value using the given formatter.

impl From<GlickoPlayer> for Glicko2Player
[src]

[src]

Performs the conversion.