pub enum AudioCodec {
OPUS,
}Variants§
OPUS
Trait Implementations§
Source§impl Default for AudioCodec
impl Default for AudioCodec
Source§fn default() -> AudioCodec
fn default() -> AudioCodec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AudioCodec
impl RefUnwindSafe for AudioCodec
impl Send for AudioCodec
impl Sync for AudioCodec
impl Unpin for AudioCodec
impl UnsafeUnpin for AudioCodec
impl UnwindSafe for AudioCodec
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