Trait biquad::frequency::ToHertz[][src]

pub trait ToHertz {
    fn hz(self) -> Hertz;
fn khz(self) -> Hertz;
fn mhz(self) -> Hertz;
fn dt(self) -> Hertz; }

Used to implement conversions to the Hertz struct

Required Methods

From hertz

From kilohertz

From megahertz

From delta time (in seconds)

Implementors