Enum coreaudio::audio_unit::Element [] [src]

pub enum Element {
    Output,
    Input,
}

Represents the Input and Output Elements.

These are used when specifying which Element we're setting the properties of.

Variants

OutputInput

Trait Implementations

impl Debug for Element
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Element
[src]

fn clone(&self) -> Element

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for Element
[src]