alsa_sys

Type Alias snd_seq_ev_ext_t

Source
pub type snd_seq_ev_ext_t = snd_seq_ev_ext;
Expand description

external stored data

Aliased Type§

struct snd_seq_ev_ext_t {
    pub len: u32,
    pub ptr: *mut c_void,
}

Fields§

§len: u32

< length of data

§ptr: *mut c_void

< pointer to data (note: can be 64-bit)

Trait Implementations

Source§

impl Clone for snd_seq_ev_ext

Source§

fn clone(&self) -> snd_seq_ev_ext

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for snd_seq_ev_ext

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for snd_seq_ev_ext