alsa_sys

Type Alias snd_seq_ev_ctrl_t

Source
pub type snd_seq_ev_ctrl_t = snd_seq_ev_ctrl;
Expand description

Controller event

Aliased Type§

struct snd_seq_ev_ctrl_t {
    pub channel: u8,
    pub unused: [u8; 3],
    pub param: u32,
    pub value: i32,
}

Fields§

§channel: u8

< channel number

§unused: [u8; 3]

< reserved

§param: u32

< control parameter

§value: i32

< control value

Trait Implementations

Source§

impl Clone for snd_seq_ev_ctrl

Source§

fn clone(&self) -> snd_seq_ev_ctrl

Returns a copy of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
Source§

impl Debug for snd_seq_ev_ctrl

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for snd_seq_ev_ctrl