Struct snd_seq_connect_t
alsa_sys
#[repr(C)] pub struct snd_seq_connect_t { pub sender: snd_seq_addr_t, pub dest: snd_seq_addr_t, }
sender: snd_seq_addr_t
dest: snd_seq_addr_t
impl Send for snd_seq_connect_t
impl Sync for snd_seq_connect_t