Struct alsa_sys::snd_seq_connect
source · #[repr(C)]pub struct snd_seq_connect {
pub sender: snd_seq_addr_t,
pub dest: snd_seq_addr_t,
}
Expand description
Connection (subscription) between ports
Fields§
§sender: snd_seq_addr_t
< sender address
dest: snd_seq_addr_t
< 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 moresource§impl Debug for snd_seq_connect
impl Debug for snd_seq_connect
impl Copy for snd_seq_connect
Auto Trait Implementations§
impl RefUnwindSafe for snd_seq_connect
impl Send for snd_seq_connect
impl Sync for snd_seq_connect
impl Unpin for snd_seq_connect
impl UnwindSafe for snd_seq_connect
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more