pub type snd_seq_ev_raw8_t = snd_seq_ev_raw8;
Expand description
generic set of bytes (12x8 bit)
Aliased Type§
struct snd_seq_ev_raw8_t {
pub d: [u8; 12],
}
Fields§
§d: [u8; 12]
< 8 bit value
Trait Implementations
Source§impl Clone for snd_seq_ev_raw8
impl Clone for snd_seq_ev_raw8
Source§fn clone(&self) -> snd_seq_ev_raw8
fn clone(&self) -> snd_seq_ev_raw8
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