Enum speech_synthesis::AudioCodec
source · pub enum AudioCodec {
Opus,
Vorbis,
}Variants§
Trait Implementations§
source§impl Clone for AudioCodec
impl Clone for AudioCodec
source§fn clone(&self) -> AudioCodec
fn clone(&self) -> AudioCodec
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 AudioCodec
impl Debug for AudioCodec
source§impl PartialEq for AudioCodec
impl PartialEq for AudioCodec
source§fn eq(&self, other: &AudioCodec) -> bool
fn eq(&self, other: &AudioCodec) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AudioCodec
impl Eq for AudioCodec
impl StructuralEq for AudioCodec
impl StructuralPartialEq for AudioCodec
Auto Trait Implementations§
impl RefUnwindSafe for AudioCodec
impl Send for AudioCodec
impl Sync for AudioCodec
impl Unpin 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