Type Alias snd_seq_connect_t

Source
pub type snd_seq_connect_t = snd_seq_connect;
Expand description

Connection (subscription) between ports

Aliased Type§

#[repr(C)]
pub 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