Struct fastiron_stats::structures::raw::SummarizedVariable
source · pub struct SummarizedVariable {
pub mean: f64,
pub lowest: f64,
pub highest: f64,
pub total: f64,
}
Expand description
Structure used to represent the summarized data of the timers.
Fields§
§mean: f64
Average value taken by the timer.
lowest: f64
Lowest value taken by the timer.
highest: f64
Highest value taken by the timer.
total: f64
Sum of all value taken by the timer.
Trait Implementations§
source§impl Clone for SummarizedVariable
impl Clone for SummarizedVariable
source§fn clone(&self) -> SummarizedVariable
fn clone(&self) -> SummarizedVariable
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 SummarizedVariable
impl Debug for SummarizedVariable
source§impl Default for SummarizedVariable
impl Default for SummarizedVariable
source§fn default() -> SummarizedVariable
fn default() -> SummarizedVariable
Returns the “default value” for a type. Read more
impl Copy for SummarizedVariable
Auto Trait Implementations§
impl Freeze for SummarizedVariable
impl RefUnwindSafe for SummarizedVariable
impl Send for SummarizedVariable
impl Sync for SummarizedVariable
impl Unpin for SummarizedVariable
impl UnwindSafe for SummarizedVariable
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)