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