[][src]Struct static_dsp::modules::comb::Comb

pub struct Comb<T: Sample, const N: usize> { /* fields omitted */ }

Methods

impl<T: Sample, const N: usize> Comb<T, N>[src]

pub fn new() -> Self[src]

pub fn set_dampening(&mut self, value: T)[src]

pub fn set_feedback(&mut self, value: T)[src]

Trait Implementations

impl<T: Sample, const N: usize> Node<T, T> for Comb<T, N>[src]

Auto Trait Implementations

impl<const N: usize, T> Send for Comb<T, N> where
    T: Send

impl<const N: usize, T> Sync for Comb<T, N> where
    T: Sync

impl<const N: usize, T> Unpin for Comb<T, N> where
    T: Unpin

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.