pub struct NormalDist { /* private fields */ }
Expand description
Normal distribution from the ping history.
Implementations§
Auto Trait Implementations§
impl Freeze for NormalDist
impl RefUnwindSafe for NormalDist
impl Send for NormalDist
impl Sync for NormalDist
impl Unpin for NormalDist
impl UnwindSafe for NormalDist
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