Struct alsa::Output[][src]

pub struct Output(_);

snd_output_t wrapper

Methods

impl Output
[src]

Trait Implementations

impl Send for Output
[src]

impl Drop for Output
[src]

Executes the destructor for this type. Read more

impl Debug for Output
[src]

Formats the value using the given formatter. Read more

impl Display for Output
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Sync for Output