Struct comfy_core::Stats
source · pub struct Stats {
pub mean: f32,
pub std_dev: f32,
pub percentile_50: f32,
pub percentile_75: f32,
pub percentile_90: f32,
pub percentile_95: f32,
pub percentile_99: f32,
}Fields§
§mean: f32§std_dev: f32§percentile_50: f32§percentile_75: f32§percentile_90: f32§percentile_95: f32§percentile_99: f32Auto Trait Implementations§
impl RefUnwindSafe for Stats
impl Send for Stats
impl Sync for Stats
impl Unpin for Stats
impl UnwindSafe for Stats
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