Enum audio_time::ChannelLayout
source · pub enum ChannelLayout {
Mono,
Stereo,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for ChannelLayout
impl Clone for ChannelLayout
source§fn clone(&self) -> ChannelLayout
fn clone(&self) -> ChannelLayout
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ChannelLayout
impl Debug for ChannelLayout
source§impl Hash for ChannelLayout
impl Hash for ChannelLayout
source§impl PartialEq<ChannelLayout> for ChannelLayout
impl PartialEq<ChannelLayout> for ChannelLayout
source§fn eq(&self, other: &ChannelLayout) -> bool
fn eq(&self, other: &ChannelLayout) -> bool
This method tests for
self and other values to be equal, and is used
by ==.