[][src]Trait oboe::IsChannelCount

pub trait IsChannelCount {
    const CHANNEL_COUNT: ChannelCount;
}

The trait for channel count marker types

Associated Constants

Loading content...

Implementors

impl IsChannelCount for Mono[src]

impl IsChannelCount for Stereo[src]

impl IsChannelCount for Unspecified[src]

Loading content...