Struct alsa::ctl::CardInfo
[−]
[src]
pub struct CardInfo(_);
snd_ctl_card_info_t wrapper
pub struct CardInfo(_);
snd_ctl_card_info_t wrapper
impl CardInfo
[src]fn get_id(&self) -> Result<&str>
fn get_driver(&self) -> Result<&str>
fn get_components(&self) -> Result<&str>
fn get_longname(&self) -> Result<&str>
fn get_name(&self) -> Result<&str>
fn get_mixername(&self) -> Result<&str>
fn get_card(&self) -> Card
impl Drop for CardInfo
[src]