Struct alsa::Ctl [] [src]

pub struct Ctl(_);

snd_ctl_t wrapper

Methods

impl Ctl
[src]

Open does not support async mode (it's not very Rustic anyway)

Note: According to alsa-lib documentation, you're also supposed to have functionality for returning whether or not you are subscribed. This does not work in practice, so I'm not including that here.

Trait Implementations

impl Send for Ctl
[src]

impl Drop for Ctl
[src]

A method called when the value goes out of scope. Read more

impl PollDescriptors for Ctl
[src]

Wrapper around count and fill - returns an array of pollfds