pub struct PamojaSmoother { /* private fields */ }Expand description
An opaque handle to an exponential smoother.
Auto Trait Implementations§
impl Freeze for PamojaSmoother
impl RefUnwindSafe for PamojaSmoother
impl Send for PamojaSmoother
impl Sync for PamojaSmoother
impl Unpin for PamojaSmoother
impl UnsafeUnpin for PamojaSmoother
impl UnwindSafe for PamojaSmoother
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