Struct rfmod::DspState[][src]

pub struct DspState {
    pub instance: Dsp,
    pub speaker_mask: u16,
    // some fields omitted
}
Expand description

DSP plugin structure that is passed into each callback.

Fields

instance: Dsp

[r] Handle to the DSP hand the user created. Not to be modified. C++ users cast toDSP to use.

speaker_mask: u16

[w] Specifies which speakers the DSP effect is active on

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.