Struct surgefilter_comb::imports::WaveshapeTables [−]
#[repr(align(16))]pub struct WaveshapeTables {
pub table: Align16<[ArrayBase<OwnedRepr<f32>, Dim<[usize; 1]>>; 8]>,
}
Fields
table: Align16<[ArrayBase<OwnedRepr<f32>, Dim<[usize; 1]>>; 8]>
Trait Implementations
impl Clone for WaveshapeTables
impl Clone for WaveshapeTables
pub fn clone(&self) -> WaveshapeTables
pub fn clone(&self) -> WaveshapeTables
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for WaveshapeTables
impl Debug for WaveshapeTables
impl Default for WaveshapeTables
impl Default for WaveshapeTables
pub fn default() -> WaveshapeTables
pub fn default() -> WaveshapeTables
Returns the “default value” for a type. Read more
impl Init for WaveshapeTables
impl Init for WaveshapeTables
pub fn init(&mut self)
impl LookupWaveshape for WaveshapeTables
impl LookupWaveshape for WaveshapeTables
pub fn lookup_waveshape(&self, entry: i32, x: f32) -> f32
impl LookupWaveshapeWarp for WaveshapeTables
impl LookupWaveshapeWarp for WaveshapeTables
pub fn lookup_waveshape_warp(&self, entry: i32, x: f32) -> f32
impl NTables for WaveshapeTables
impl NTables for WaveshapeTables
Auto Trait Implementations
impl RefUnwindSafe for WaveshapeTables
impl Send for WaveshapeTables
impl Sync for WaveshapeTables
impl Unpin for WaveshapeTables
impl UnwindSafe for WaveshapeTables
Blanket Implementations
Mutably borrows from an owned value. Read more