Struct surgeshaper_asym::imports::SurgeTables [−][src]
#[repr(align(16))]pub struct SurgeTables {
pub envelope: Align16<EnvelopeTables>,
pub gain: Align16<GainTables>,
pub sinc: Align16<SincTables>,
pub sine: Align16<SineTables>,
pub waveshape: Align16<WaveshapeTables>,
}
Fields
envelope: Align16<EnvelopeTables>
gain: Align16<GainTables>
sinc: Align16<SincTables>
sine: Align16<SineTables>
waveshape: Align16<WaveshapeTables>
Implementations
Trait Implementations
Performs the conversion.
pub fn try_into(
self
) -> Result<SurgeTables, <MaybeOwningTablesHandle as TryInto<SurgeTables>>::Error>
pub fn try_into(
self
) -> Result<SurgeTables, <MaybeOwningTablesHandle as TryInto<SurgeTables>>::Error>
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for SurgeTables
impl !Send for SurgeTables
impl !Sync for SurgeTables
impl Unpin for SurgeTables
impl !UnwindSafe for SurgeTables
Blanket Implementations
Mutably borrows from an owned value. Read more