pub enum ChannelInterpretation {
Discrete,
Speakers,
}
Variants§
Trait Implementations§
source§impl Clone for ChannelInterpretation
impl Clone for ChannelInterpretation
source§fn clone(&self) -> ChannelInterpretation
fn clone(&self) -> ChannelInterpretation
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 ChannelInterpretation
impl Debug for ChannelInterpretation
source§impl PartialEq for ChannelInterpretation
impl PartialEq for ChannelInterpretation
source§fn eq(&self, other: &ChannelInterpretation) -> bool
fn eq(&self, other: &ChannelInterpretation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ChannelInterpretation
impl Eq for ChannelInterpretation
impl StructuralPartialEq for ChannelInterpretation
Auto Trait Implementations§
impl Freeze for ChannelInterpretation
impl RefUnwindSafe for ChannelInterpretation
impl Send for ChannelInterpretation
impl Sync for ChannelInterpretation
impl Unpin for ChannelInterpretation
impl UnwindSafe for ChannelInterpretation
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.