pub struct LagState { /* private fields */ }Expand description
State for lag(): maintains a buffer of previous values.
Auto Trait Implementations§
impl Freeze for LagState
impl RefUnwindSafe for LagState
impl Send for LagState
impl Sync for LagState
impl Unpin for LagState
impl UnsafeUnpin for LagState
impl UnwindSafe for LagState
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