Struct surgefilter_comb::imports::TablesHandle [−]
pub struct TablesHandle { /* fields omitted */ }
Implementations
impl TablesHandle
impl TablesHandle
pub fn new(srunit: &SampleRateHandle) -> TablesHandle
Trait Implementations
impl ClipScale for TablesHandle
impl ClipScale for TablesHandle
pub fn clipscale(&self, freq: f32, subtype: FilterSubType) -> f32
impl Clone for TablesHandle
impl Clone for TablesHandle
pub fn clone(&self) -> TablesHandle
pub fn clone(&self) -> TablesHandle
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl DbToLinear for TablesHandle
impl DbToLinear for TablesHandle
pub fn db_to_linear(&self, x: f32) -> f32
impl Debug for TablesHandle
impl Debug for TablesHandle
impl EnvelopeRateLinear for TablesHandle
impl EnvelopeRateLinear for TablesHandle
pub fn envelope_rate_linear(&self, x: f32) -> f32
impl EnvelopeRateLpf for TablesHandle
impl EnvelopeRateLpf for TablesHandle
pub fn envelope_rate_lpf(&self, x: f32) -> f32
impl From<TablesHandle> for MaybeOwningTablesHandle
impl From<TablesHandle> for MaybeOwningTablesHandle
pub fn from(v: TablesHandle) -> MaybeOwningTablesHandle
pub fn from(v: TablesHandle) -> MaybeOwningTablesHandle
Performs the conversion.
impl GetWaveshaperPtr for TablesHandle
impl GetWaveshaperPtr for TablesHandle
impl Init for TablesHandle
impl Init for TablesHandle
pub fn init(&mut self)
impl LookupWaveshape for TablesHandle
impl LookupWaveshape for TablesHandle
pub fn lookup_waveshape(&self, entry: i32, x: f32) -> f32
impl LookupWaveshapeWarp for TablesHandle
impl LookupWaveshapeWarp for TablesHandle
pub fn lookup_waveshape_warp(&self, entry: i32, x: f32) -> f32
impl SincTable for TablesHandle
impl SincTable for TablesHandle
impl SincTable1X for TablesHandle
impl SincTable1X for TablesHandle
impl SincTable1XPtr for TablesHandle
impl SincTable1XPtr for TablesHandle
impl SincTableI16 for TablesHandle
impl SincTableI16 for TablesHandle
impl SincTableI16Ptr for TablesHandle
impl SincTableI16Ptr for TablesHandle
impl SincTablePtr for TablesHandle
impl SincTablePtr for TablesHandle
impl TryInto<TablesHandle> for MaybeOwningTablesHandle
impl TryInto<TablesHandle> for MaybeOwningTablesHandle
pub fn try_into(
self
) -> Result<TablesHandle, <MaybeOwningTablesHandle as TryInto<TablesHandle>>::Error>
pub fn try_into(
self
) -> Result<TablesHandle, <MaybeOwningTablesHandle as TryInto<TablesHandle>>::Error>
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for TablesHandle
impl !Send for TablesHandle
impl !Sync for TablesHandle
impl Unpin for TablesHandle
impl !UnwindSafe for TablesHandle
Blanket Implementations
Mutably borrows from an owned value. Read more