alsa_sys

Type Alias snd_seq_result_t

Source
pub type snd_seq_result_t = snd_seq_result;
Expand description

Result events

Aliased Type§

struct snd_seq_result_t {
    pub event: i32,
    pub result: i32,
}

Fields§

§event: i32

< processed event type

§result: i32

< status

Trait Implementations

Source§

impl Clone for snd_seq_result

Source§

fn clone(&self) -> snd_seq_result

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_result

Source§

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

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

impl Copy for snd_seq_result