Struct rive_models::stats::LatencyHistogramEntry
source · pub struct LatencyHistogramEntry {
pub micros: i64,
pub count: i64,
}Expand description
Histogram entry
Fields§
§micros: i64Time
count: i64Count
Trait Implementations§
source§impl Clone for LatencyHistogramEntry
impl Clone for LatencyHistogramEntry
source§fn clone(&self) -> LatencyHistogramEntry
fn clone(&self) -> LatencyHistogramEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LatencyHistogramEntry
impl Debug for LatencyHistogramEntry
source§impl<'de> Deserialize<'de> for LatencyHistogramEntry
impl<'de> Deserialize<'de> for LatencyHistogramEntry
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more