pub struct SmoothStream { /* private fields */ }Expand description
The smoothing transform; see smooth_stream.
Trait Implementations§
Source§impl Clone for SmoothStream
impl Clone for SmoothStream
Source§fn clone(&self) -> SmoothStream
fn clone(&self) -> SmoothStream
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SmoothStream
impl Debug for SmoothStream
Source§impl StreamTransform for SmoothStream
impl StreamTransform for SmoothStream
Source§fn apply(&self, input: EventStream, _ctx: TransformContext) -> EventStream
fn apply(&self, input: EventStream, _ctx: TransformContext) -> EventStream
Wraps
input.Auto Trait Implementations§
impl !RefUnwindSafe for SmoothStream
impl !UnwindSafe for SmoothStream
impl Freeze for SmoothStream
impl Send for SmoothStream
impl Sync for SmoothStream
impl Unpin for SmoothStream
impl UnsafeUnpin for SmoothStream
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