Type Alias alsa_sys::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
impl Clone for snd_seq_ev_ext
source§fn clone(&self) -> snd_seq_ev_ext
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more