Type Alias alsa_sys::snd_seq_connect_t
source · pub type snd_seq_connect_t = snd_seq_connect;
Expand description
Connection (subscription) between ports
Aliased Type§
struct snd_seq_connect_t {
pub sender: snd_seq_addr,
pub dest: snd_seq_addr,
}
Fields§
§sender: snd_seq_addr
< sender address
dest: snd_seq_addr
< destination address