Struct alsa::mixer::SelemId
[−]
[src]
pub struct SelemId(_);
Wrapper for snd_mixer_selem_id_t No allocation (uses fixed array)
Methods
impl SelemId
[src]
fn new(name: &str, index: u32) -> SelemId
fn empty() -> SelemId
Returns an empty (zeroed) SelemId. This id is not a useable id and need to be initialized
like SelemId::new()
does