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
OutputInputTrait Implementations
impl Debug for Element[src]
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