pub type snd_seq_ev_raw32_t = snd_seq_ev_raw32;
Expand description
generic set of integers (3x32 bit)
Aliased Type§
struct snd_seq_ev_raw32_t {
pub d: [u32; 3],
}
Fields§
§d: [u32; 3]
< 32 bit value
Trait Implementations
Source§impl Clone for snd_seq_ev_raw32
impl Clone for snd_seq_ev_raw32
Source§fn clone(&self) -> snd_seq_ev_raw32
fn clone(&self) -> snd_seq_ev_raw32
Returns a copy 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 more