Struct alsa::hctl::HCtl
[−]
[src]
pub struct HCtl(_);
snd_hctl_t wrapper
Methods
impl HCtl
[src]
fn open(c: &CStr, nonblock: bool) -> Result<HCtl>
Open does not support async mode (it's not very Rustic anyway)
Note: You probably want to call load
afterwards.