pub struct Kalman { /* private fields */ }Expand description
Basic implementation of Kalman filter
Implementations§
Auto Trait Implementations§
impl Freeze for Kalman
impl RefUnwindSafe for Kalman
impl Send for Kalman
impl Sync for Kalman
impl Unpin for Kalman
impl UnwindSafe for Kalman
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