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