pub struct EstimatedRate {
rate: f64,
error: f64,
}
Fields§
§rate: f64
linear coefficients of LINEST(frames,timestamps).
error: f64
STEYX(frames, timestamps).
Implementations§
Trait Implementations§
source§impl Debug for EstimatedRate
impl Debug for EstimatedRate
source§impl Display for EstimatedRate
impl Display for EstimatedRate
source§impl PartialEq for EstimatedRate
impl PartialEq for EstimatedRate
source§fn eq(&self, other: &EstimatedRate) -> bool
fn eq(&self, other: &EstimatedRate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for EstimatedRate
impl Serialize for EstimatedRate
impl StructuralPartialEq for EstimatedRate
Auto Trait Implementations§
impl RefUnwindSafe for EstimatedRate
impl Send for EstimatedRate
impl Sync for EstimatedRate
impl Unpin for EstimatedRate
impl UnwindSafe for EstimatedRate
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