#[repr(u8)]pub enum Mode {
Mono = 3,
Stereo = 0,
JointStereo = 1,
DaulChannel = 2,
NotSet = 4,
}Expand description
Possible modes for encoder
Variants§
Mono = 3
Mono.
Stereo = 0
Stereo.
JointStereo = 1
Joint stereo.
DaulChannel = 2
Dual channel
Unsupported so far.
NotSet = 4
Not set.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mode
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnwindSafe for Mode
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)