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) -> i32fn get_subdevice(&self) -> i32fn get_stream(&self) -> Directionfn get_subdevice_name(&self) -> Result<String>fn get_id(&self) -> Result<String>impl Drop for Info[src]