Struct surgefilter_comb::imports::QuadFilterChainState[][src]

#[repr(align(16))]
pub struct QuadFilterChainState {
Show 24 fields pub unit_state: [QuadFilterUnitState; 4], pub gain: __m128, pub feedback: __m128, pub mix1: __m128, pub mix2: __m128, pub drive: __m128, pub d_gain: __m128, pub d_feedback: __m128, pub d_mix1: __m128, pub d_mix2: __m128, pub d_drive: __m128, pub ws_lpf: __m128, pub feedback_line_l: __m128, pub feedback_line_r: __m128, pub dl: [__m128; 64], pub dr: [__m128; 64], pub out_l: __m128, pub out_r: __m128, pub dout_l: __m128, pub dout_r: __m128, pub out_2l: __m128, pub out_2r: __m128, pub dout_2l: __m128, pub dout_2r: __m128,
}

Fields

unit_state: [QuadFilterUnitState; 4]gain: __m128feedback: __m128mix1: __m128mix2: __m128drive: __m128d_gain: __m128d_feedback: __m128d_mix1: __m128d_mix2: __m128d_drive: __m128ws_lpf: __m128feedback_line_l: __m128feedback_line_r: __m128dl: [__m128; 64]dr: [__m128; 64]out_l: __m128out_r: __m128dout_l: __m128dout_r: __m128out_2l: __m128out_2r: __m128dout_2l: __m128dout_2r: __m128

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

| Original note on the out-of-line function | performing this function: | | I originally had this as a member but | since moved it out of line so as to not | run any risk of alignment problems in | QuadFilterChainState where only the head | of the array is __align_malloced |

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.