Struct sample::peak::NegativeHalfWave [] [src]

pub struct NegativeHalfWave;

A signal rectifier that produces only the negative samples.

Trait Implementations

impl Copy for NegativeHalfWave
[src]

impl Clone for NegativeHalfWave
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NegativeHalfWave
[src]

[src]

Formats the value using the given formatter.

impl Default for NegativeHalfWave
[src]

[src]

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

impl PartialEq for NegativeHalfWave
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for NegativeHalfWave
[src]

impl<F> Rectifier<F> for NegativeHalfWave where
    F: Frame
[src]

Frames that can be detected.

[src]

Rectify the given frame.