Struct surgefilter_diode::DiodeLpfConfig[][src]

pub struct DiodeLpfConfig<'a> {
    pub input: &'a __m128,
    pub alpha: &'a __m128,
    pub gamma: &'a __m128,
    pub epsilon: &'a __m128,
    pub ma0: &'a __m128,
    pub feedback: &'a __m128,
    pub feedback_output: &'a __m128,
    pub output: &'a mut __m128,
}

Fields

input: &'a __m128alpha: &'a __m128gamma: &'a __m128epsilon: &'a __m128ma0: &'a __m128feedback: &'a __m128feedback_output: &'a __m128output: &'a mut __m128

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.