Struct alsa::ctl::ElemId [] [src]

pub struct ElemId(_);

Methods

impl ElemId
[src]

Creates a new ElemId.

To ensure safety (i e make sure we never have an invalid interface enum), we need to supply it to the "new" function.

Trait Implementations

impl Send for ElemId
[src]

impl Clone for ElemId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ElemId
[src]

impl PartialEq for ElemId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for ElemId
[src]

Formats the value using the given formatter.