#[repr(C)]pub struct snd_seq_ev_ctrl {
pub channel: u8,
pub unused: [u8; 3],
pub param: u32,
pub value: i32,
}Fields§
§channel: u8§unused: [u8; 3]§param: u32§value: i32Trait 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 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_ctrl
impl Debug for snd_seq_ev_ctrl
impl Copy for snd_seq_ev_ctrl
Auto Trait Implementations§
impl Freeze for snd_seq_ev_ctrl
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> ActionTrait for T
impl<T> ActionTrait for T
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