#[repr(C)]pub union _snd_ump_msg_midi1 {
pub note_on: snd_ump_msg_midi1_note_t,
pub note_off: snd_ump_msg_midi1_note_t,
pub poly_pressure: snd_ump_msg_midi1_paf_t,
pub control_change: snd_ump_msg_midi1_cc_t,
pub program_change: snd_ump_msg_midi1_program_t,
pub channel_pressure: snd_ump_msg_midi1_caf_t,
pub pitchbend: snd_ump_msg_midi1_pitchbend_t,
pub system: snd_ump_msg_system_t,
pub hdr: snd_ump_msg_hdr_t,
pub raw: u32,
}Fields§
§note_on: snd_ump_msg_midi1_note_t§note_off: snd_ump_msg_midi1_note_t§poly_pressure: snd_ump_msg_midi1_paf_t§control_change: snd_ump_msg_midi1_cc_t§program_change: snd_ump_msg_midi1_program_t§channel_pressure: snd_ump_msg_midi1_caf_t§pitchbend: snd_ump_msg_midi1_pitchbend_t§system: snd_ump_msg_system_t§hdr: snd_ump_msg_hdr_t§raw: u32Trait Implementations§
Source§impl Clone for _snd_ump_msg_midi1
impl Clone for _snd_ump_msg_midi1
Source§fn clone(&self) -> _snd_ump_msg_midi1
fn clone(&self) -> _snd_ump_msg_midi1
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 moreimpl Copy for _snd_ump_msg_midi1
Auto Trait Implementations§
impl Freeze for _snd_ump_msg_midi1
impl RefUnwindSafe for _snd_ump_msg_midi1
impl Send for _snd_ump_msg_midi1
impl Sync for _snd_ump_msg_midi1
impl Unpin for _snd_ump_msg_midi1
impl UnsafeUnpin for _snd_ump_msg_midi1
impl UnwindSafe for _snd_ump_msg_midi1
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