Struct rlbot::ScoreInfo[][src]

#[repr(C)]
pub struct ScoreInfo { pub Score: c_int, pub Goals: c_int, pub OwnGoals: c_int, pub Assists: c_int, pub Saves: c_int, pub Shots: c_int, pub Demolitions: c_int, }

Fields

Trait Implementations

impl Debug for ScoreInfo
[src]

Formats the value using the given formatter. Read more

impl Default for ScoreInfo
[src]

Returns the "default value" for a type. Read more

impl Copy for ScoreInfo
[src]

impl Clone for ScoreInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ScoreInfo

impl Sync for ScoreInfo