Struct sample::peak::PositiveHalfWave [] [src]

pub struct PositiveHalfWave;

A signal rectifier that produces only the positive samples.

Trait Implementations

impl Copy for PositiveHalfWave
[src]

impl Clone for PositiveHalfWave
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PositiveHalfWave
[src]

[src]

Formats the value using the given formatter.

impl Default for PositiveHalfWave
[src]

[src]

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

impl PartialEq for PositiveHalfWave
[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 PositiveHalfWave
[src]

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

Frames that can be detected.

[src]

Rectify the given frame.