#[repr(i32)]pub enum Channels {
Auto = -1_000,
Mono = 1,
Stereo = 2,
}
Expand description
Represents possible audio channels Opus can use.
Variants§
Implementations§
Trait Implementations§
impl Copy for Channels
impl Eq for Channels
impl StructuralPartialEq for Channels
Auto Trait Implementations§
impl Freeze for Channels
impl RefUnwindSafe for Channels
impl Send for Channels
impl Sync for Channels
impl Unpin for Channels
impl UnwindSafe for Channels
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