#[repr(C)]pub struct snd_seq_connect {
pub sender: snd_seq_addr_t,
pub dest: snd_seq_addr_t,
}Fields§
§sender: snd_seq_addr_t§dest: snd_seq_addr_tTrait 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 duplicate 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 Freeze for snd_seq_connect
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