Struct alsa::Ctl
[−]
[src]
pub struct Ctl(_);
snd_ctl_t wrapper
Methods
impl Ctl
[src]
fn open(c: &CStr, nonblock: bool) -> Result<Ctl>
Open does not support async mode (it's not very Rustic anyway)