pub struct ClampNormalDistribution { /* private fields */ }Expand description
A normal distribution which clamps the ping data to the min and max.
Trait Implementations§
Source§impl From<PingStat> for ClampNormalDistribution
impl From<PingStat> for ClampNormalDistribution
Auto Trait Implementations§
impl Freeze for ClampNormalDistribution
impl RefUnwindSafe for ClampNormalDistribution
impl Send for ClampNormalDistribution
impl Sync for ClampNormalDistribution
impl Unpin for ClampNormalDistribution
impl UnwindSafe for ClampNormalDistribution
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