#[repr(C)]pub struct snd_seq_ev_note {
pub channel: u8,
pub note: u8,
pub velocity: u8,
pub off_velocity: u8,
pub duration: u32,
}Fields§
§channel: u8§note: u8§velocity: u8§off_velocity: u8§duration: u32Trait Implementations§
Source§impl Clone for snd_seq_ev_note
impl Clone for snd_seq_ev_note
Source§fn clone(&self) -> snd_seq_ev_note
fn clone(&self) -> snd_seq_ev_note
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_note
impl Debug for snd_seq_ev_note
impl Copy for snd_seq_ev_note
Auto Trait Implementations§
impl Freeze for snd_seq_ev_note
impl RefUnwindSafe for snd_seq_ev_note
impl Send for snd_seq_ev_note
impl Sync for snd_seq_ev_note
impl Unpin for snd_seq_ev_note
impl UnwindSafe for snd_seq_ev_note
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