#[repr(C)]pub struct snd_seq_ev_ump_notify {
pub client: c_uchar,
pub block: c_uchar,
}Fields§
§client: c_uchar§block: c_ucharTrait Implementations§
Source§impl Clone for snd_seq_ev_ump_notify
impl Clone for snd_seq_ev_ump_notify
Source§fn clone(&self) -> snd_seq_ev_ump_notify
fn clone(&self) -> snd_seq_ev_ump_notify
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_ev_ump_notify
impl Debug for snd_seq_ev_ump_notify
impl Copy for snd_seq_ev_ump_notify
Auto Trait Implementations§
impl Freeze for snd_seq_ev_ump_notify
impl RefUnwindSafe for snd_seq_ev_ump_notify
impl Send for snd_seq_ev_ump_notify
impl Sync for snd_seq_ev_ump_notify
impl Unpin for snd_seq_ev_ump_notify
impl UnwindSafe for snd_seq_ev_ump_notify
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