Struct surgeshaper_asym::imports::SampleRateUnit[][src]

pub struct SampleRateUnit {
    pub samplerate: AtomicF32,
    pub samplerate_inv: AtomicF32,
    pub samplerate_os: AtomicF32,
    pub samplerate_os_inv: AtomicF32,
    pub dsamplerate: AtomicF64,
    pub dsamplerate_inv: AtomicF64,
    pub dsamplerate_os: AtomicF64,
    pub dsamplerate_os_inv: AtomicF64,
    pub vu_falloff: f32,
}

Fields

samplerate: AtomicF32samplerate_inv: AtomicF32samplerate_os: AtomicF32samplerate_os_inv: AtomicF32dsamplerate: AtomicF64dsamplerate_inv: AtomicF64dsamplerate_os: AtomicF64dsamplerate_os_inv: AtomicF64vu_falloff: f32

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

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.