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
Trait Implementations
Source§impl Clone for snd_seq_connect
impl Clone for snd_seq_connect
Source§fn clone(&self) -> snd_seq_connect
fn clone(&self) -> snd_seq_connect
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