Struct signalo_filters::filter::ops::Add[][src]

pub struct Add;

A filter performing + on a pair of values.

Trait Implementations

impl Default for Add
[src]

Returns the "default value" for a type. Read more

impl Clone for Add
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Add
[src]

Formats the value using the given formatter. Read more

impl<T, U> Filter<(T, U)> for Add where
    T: Copy + StdAdd<U>, 
[src]

The filter's output type.

Processes the input value, returning a corresponding output.

Auto Trait Implementations

impl Send for Add

impl Sync for Add