#[repr(C)]pub struct snd_seq_ev_note {
pub channel: c_uchar,
pub note: c_uchar,
pub velocity: c_uchar,
pub off_velocity: c_uchar,
pub duration: c_uint,
}Fields§
§channel: c_uchar§note: c_uchar§velocity: c_uchar§off_velocity: c_uchar§duration: c_uintTrait 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> 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