Struct alsa::Ctl [] [src]

pub struct Ctl(_);

snd_ctl_t wrapper

Methods

impl Ctl
[src]

[src]

Wrapper around open that takes a &str instead of a &CStr

[src]

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

[src]

[src]

[src]

[src]

[src]

[src]

[src]

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.

[src]

Trait Implementations

impl Send for Ctl
[src]

impl Drop for Ctl
[src]

[src]

Executes the destructor for this type. Read more

impl PollDescriptors for Ctl
[src]

[src]

[src]

[src]

[src]

Wrapper around count and fill - returns an array of pollfds