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
impl Clone for snd_seq_ev_ctrl
Source§fn clone(&self) -> snd_seq_ev_ctrl
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more