RmeFfCommandParamsSerialize

Trait RmeFfCommandParamsSerialize 

Source
pub trait RmeFfCommandParamsSerialize<T> {
    // Required method
    fn serialize_commands(params: &T) -> Vec<u32>;
}
Expand description

Serialize commands for parameters.

Required Methods§

Source

fn serialize_commands(params: &T) -> Vec<u32>

Serialize parameters into commands.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<O> RmeFfCommandParamsSerialize<FfLatterFxSourceParameters> for O

Source§

impl<O> RmeFfCommandParamsSerialize<FfLatterInputAutolevelParameters> for O

Source§

impl<O> RmeFfCommandParamsSerialize<FfLatterInputDynamicsParameters> for O

Source§

impl<O> RmeFfCommandParamsSerialize<FfLatterInputEqualizerParameters> for O

Source§

impl<O> RmeFfCommandParamsSerialize<FfLatterInputHpfParameters> for O

Source§

impl<O> RmeFfCommandParamsSerialize<FfLatterOutputAutolevelParameters> for O

Source§

impl<O> RmeFfCommandParamsSerialize<FfLatterOutputDynamicsParameters> for O

Source§

impl<O> RmeFfCommandParamsSerialize<FfLatterOutputEqualizerParameters> for O

Source§

impl<O> RmeFfCommandParamsSerialize<FfLatterOutputHpfParameters> for O

Source§

impl<O: RmeFfLatterFxSpecification> RmeFfCommandParamsSerialize<FfLatterFxEchoState> for O

Source§

impl<O: RmeFfLatterFxSpecification> RmeFfCommandParamsSerialize<FfLatterFxOutputParameters> for O

Source§

impl<O: RmeFfLatterFxSpecification> RmeFfCommandParamsSerialize<FfLatterFxReverbState> for O

Source§

impl<O: RmeFfLatterInputSpecification> RmeFfCommandParamsSerialize<FfLatterInputState> for O

Source§

impl<O: RmeFfLatterMixerSpecification> RmeFfCommandParamsSerialize<FfLatterMixerState> for O

Source§

impl<O: RmeFfLatterOutputSpecification> RmeFfCommandParamsSerialize<FfLatterOutputState> for O