Struct surgefilter_comb::imports::SurgeTuner [−][src]
#[repr(align(16))]pub struct SurgeTuner {
pub current_tuning: Align16<SurgeTuning>,
pub current_mapping: Align16<KeyboardMapping>,
pub current_scale: Align16<Scale>,
pub tables: Align16<TuningTables>,
pub srunit: SampleRateHandle,
}
Fields
current_tuning: Align16<SurgeTuning>
current_mapping: Align16<KeyboardMapping>
current_scale: Align16<Scale>
tables: Align16<TuningTables>
srunit: SampleRateHandle
Implementations
Trait Implementations
Performs the conversion.
Obviously this is the inverse of the above
pub fn try_into(
self
) -> Result<SurgeTuner, <MaybeOwningTunerHandle as TryInto<SurgeTuner>>::Error>
pub fn try_into(
self
) -> Result<SurgeTuner, <MaybeOwningTunerHandle as TryInto<SurgeTuner>>::Error>
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for SurgeTuner
impl !Send for SurgeTuner
impl !Sync for SurgeTuner
impl Unpin for SurgeTuner
impl !UnwindSafe for SurgeTuner
Blanket Implementations
Mutably borrows from an owned value. Read more