pub type snd_seq_addr_t = snd_seq_addr;
Expand description
Sequencer event address
Aliased Type§
struct snd_seq_addr_t {
pub client: u8,
pub port: u8,
}
Fields§
§client: u8
< Client id
port: u8
< Port id
Trait Implementations
Source§impl Clone for snd_seq_addr
impl Clone for snd_seq_addr
Source§fn clone(&self) -> snd_seq_addr
fn clone(&self) -> snd_seq_addr
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