Struct alsa::hctl::HCtl[][src]

pub struct HCtl(_);

snd_hctl_t wrapper

Methods

impl HCtl
[src]

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

Open does not support async mode (it's not very Rustic anyway) Note: You probably want to call load afterwards.

Important traits for ElemIter<'a>

Trait Implementations

impl Send for HCtl
[src]

impl Drop for HCtl
[src]

Executes the destructor for this type. Read more

impl PollDescriptors for HCtl
[src]

Wrapper around count and fill - returns an array of pollfds

Auto Trait Implementations

impl !Sync for HCtl