Struct alsa::rawmidi::Info
[−]
[src]
pub struct Info(_);
snd_rawmidi_info_t wrapper
pub struct Info(_);
snd_rawmidi_info_t wrapper
impl Info
[src]fn get_device(&self) -> i32
fn get_subdevice(&self) -> i32
fn get_stream(&self) -> Direction
fn get_subdevice_name(&self) -> Result<String>
fn get_id(&self) -> Result<String>
impl Drop for Info
[src]