Struct surgefilter_comb::imports::GainTables [−]
#[repr(align(16))]pub struct GainTables {
pub table_db: Align16<ArrayBase<OwnedRepr<f32>, Dim<[usize; 1]>>>,
}
Fields
table_db: Align16<ArrayBase<OwnedRepr<f32>, Dim<[usize; 1]>>>
Trait Implementations
impl ClipScale for GainTables
impl ClipScale for GainTables
pub fn clipscale(&self, freq: f32, subtype: FilterSubType) -> f32
impl Clone for GainTables
impl Clone for GainTables
pub fn clone(&self) -> GainTables
pub fn clone(&self) -> GainTables
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl DbToLinear for GainTables
impl DbToLinear for GainTables
pub fn db_to_linear(&self, x: f32) -> f32
impl Debug for GainTables
impl Debug for GainTables
impl Default for GainTables
impl Default for GainTables
pub fn default() -> GainTables
pub fn default() -> GainTables
Returns the “default value” for a type. Read more
impl Init for GainTables
impl Init for GainTables
pub fn init(&mut self)
Auto Trait Implementations
impl RefUnwindSafe for GainTables
impl Send for GainTables
impl Sync for GainTables
impl Unpin for GainTables
impl UnwindSafe for GainTables
Blanket Implementations
Mutably borrows from an owned value. Read more