Struct alsa_sys::snd_seq_ev_ctrl
source · #[repr(C)]pub struct snd_seq_ev_ctrl {
pub channel: c_uchar,
pub unused: [c_uchar; 3],
pub param: c_uint,
pub value: c_int,
}
Expand description
Controller event
Fields§
§channel: c_uchar
< channel number
unused: [c_uchar; 3]
< reserved
param: c_uint
< control parameter
value: c_int
< control value
Trait Implementations§
source§impl Clone for snd_seq_ev_ctrl
impl Clone for snd_seq_ev_ctrl
source§fn clone(&self) -> snd_seq_ev_ctrl
fn clone(&self) -> snd_seq_ev_ctrl
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_ev_ctrl
impl Debug for snd_seq_ev_ctrl
impl Copy for snd_seq_ev_ctrl
Auto Trait Implementations§
impl RefUnwindSafe for snd_seq_ev_ctrl
impl Send for snd_seq_ev_ctrl
impl Sync for snd_seq_ev_ctrl
impl Unpin for snd_seq_ev_ctrl
impl UnwindSafe for snd_seq_ev_ctrl
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