#[repr(C)]pub union _snd_ump_msg_flex_data {
pub meta: snd_ump_msg_flex_data_meta_t,
pub text: snd_ump_msg_flex_data_meta_t,
pub set_tempo: snd_ump_msg_set_tempo_t,
pub set_time_sig: snd_ump_msg_set_time_sig_t,
pub set_metronome: snd_ump_msg_set_metronome_t,
pub set_key_sig: snd_ump_msg_set_key_sig_t,
pub set_chord_name: snd_ump_msg_set_chord_name_t,
pub hdr: snd_ump_msg_hdr_t,
pub raw: [u32; 4],
}Fields§
§meta: snd_ump_msg_flex_data_meta_t§text: snd_ump_msg_flex_data_meta_t§set_tempo: snd_ump_msg_set_tempo_t§set_time_sig: snd_ump_msg_set_time_sig_t§set_metronome: snd_ump_msg_set_metronome_t§set_key_sig: snd_ump_msg_set_key_sig_t§set_chord_name: snd_ump_msg_set_chord_name_t§hdr: snd_ump_msg_hdr_t§raw: [u32; 4]Trait Implementations§
Source§impl Clone for _snd_ump_msg_flex_data
impl Clone for _snd_ump_msg_flex_data
Source§fn clone(&self) -> _snd_ump_msg_flex_data
fn clone(&self) -> _snd_ump_msg_flex_data
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_flex_data
Auto Trait Implementations§
impl Freeze for _snd_ump_msg_flex_data
impl RefUnwindSafe for _snd_ump_msg_flex_data
impl Send for _snd_ump_msg_flex_data
impl Sync for _snd_ump_msg_flex_data
impl Unpin for _snd_ump_msg_flex_data
impl UnwindSafe for _snd_ump_msg_flex_data
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