Enum alto::LoopbackFormatChannels [] [src]

pub enum LoopbackFormatChannels {
    Mono,
    Stereo,
    Quad,
    Mc51,
    Mc61,
    Mc71,
}

Channel format for a loopback context.

Variants

Trait Implementations

impl Copy for LoopbackFormatChannels
[src]

impl Clone for LoopbackFormatChannels
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LoopbackFormatChannels
[src]

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

This method tests for !=.

impl Eq for LoopbackFormatChannels
[src]

impl Debug for LoopbackFormatChannels
[src]

Formats the value using the given formatter.