Struct sample::window::Hanning [] [src]

pub struct Hanning;

A type of window function, also known as teh "raised cosine window".

Wiki entry.

Trait Implementations

impl Clone for Hanning
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Hanning
[src]

impl Debug for Hanning
[src]

Formats the value using the given formatter.

impl PartialEq for Hanning
[src]

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

This method tests for !=.

impl Eq for Hanning
[src]

impl Type for Hanning
[src]

Returns the amplitude for the given phase, given as some Sample type.