Struct surgeosc_super::SSOBlockCfg[][src]

pub struct SSOBlockCfg<'a> {
    pub hpfblock: &'a WetBlock1<BLOCK_SIZE_OS>,
    pub k: usize,
    pub stereo: bool,
    pub mdc: &'a mut __m128,
    pub oa: &'a mut __m128,
    pub char_a1: &'a __m128,
    pub char_b0: &'a __m128,
    pub char_b1: &'a __m128,
}

Fields

hpfblock: &'a WetBlock1<BLOCK_SIZE_OS>k: usizestereo: boolmdc: &'a mut __m128oa: &'a mut __m128char_a1: &'a __m128char_b0: &'a __m128char_b1: &'a __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.