Struct screeps_api::endpoints::room_overview::StatPoint
[−]
[src]
pub struct StatPoint { pub amount: u32, pub end_time: u32, // some fields omitted }
A single statistics point, representing a quantity for data over an interval of time.
Fields
amount: u32
The amount of whatever quantity this stat point is for
end_time: u32
The end time that this stat point is for.
Trait Implementations
impl Copy for StatPoint
[src]
impl Clone for StatPoint
[src]
fn clone(&self) -> StatPoint
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Hash for StatPoint
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
[src]
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more