pub struct EstimatedRate {
rate: f64,
error: f64,
}Fields§
§rate: f64linear coefficients of LINEST(frames,timestamps).
error: f64STEYX(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§impl Serialize for EstimatedRate
impl Serialize for EstimatedRate
impl StructuralPartialEq for EstimatedRate
Auto Trait Implementations§
impl Freeze for EstimatedRate
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