Struct surgeshaper_asym::imports::WaveshapeTables [−][src]
#[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
Returns the “default value” for a type. Read more
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