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

pub struct Mul;

A filter performing * on a pair of values.

Trait Implementations

impl Default for Mul
[src]

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

impl Clone for Mul
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Mul
[src]

Formats the value using the given formatter. Read more

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

The filter's output type.

Processes the input value, returning a corresponding output.

Auto Trait Implementations

impl Send for Mul

impl Sync for Mul