Enum oxcable_basic_devices::tremolo::Message [] [src]

pub enum Message {
    SetIntensity(f32),
}

Defines the messages that the Tremolo supports.

Variants

SetIntensity

Set the tremolo intensity, in decibels.

Trait Implementations

Derived Implementations

impl Debug for Message

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for Message

impl Clone for Message

fn clone(&self) -> Message

fn clone_from(&mut self, source: &Self)