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
Auto Trait Implementations§
impl RefUnwindSafe for LatencyHistogramEntry
impl Send for LatencyHistogramEntry
impl Sync for LatencyHistogramEntry
impl Unpin for LatencyHistogramEntry
impl UnwindSafe for LatencyHistogramEntry
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more