pub enum ChannelMapping {
Mono,
Stereo,
}Expand description
Channel mapping signalled by the s bit of the TOC byte.
Variants§
Trait Implementations§
Source§impl Clone for ChannelMapping
impl Clone for ChannelMapping
Source§fn clone(&self) -> ChannelMapping
fn clone(&self) -> ChannelMapping
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChannelMapping
Source§impl Debug for ChannelMapping
impl Debug for ChannelMapping
impl Eq for ChannelMapping
Source§impl PartialEq for ChannelMapping
impl PartialEq for ChannelMapping
Source§fn eq(&self, other: &ChannelMapping) -> bool
fn eq(&self, other: &ChannelMapping) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChannelMapping
Auto Trait Implementations§
impl Freeze for ChannelMapping
impl RefUnwindSafe for ChannelMapping
impl Send for ChannelMapping
impl Sync for ChannelMapping
impl Unpin for ChannelMapping
impl UnsafeUnpin for ChannelMapping
impl UnwindSafe for ChannelMapping
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