Enum speech_dispatcher::VoiceType
source · #[repr(u32)]
pub enum VoiceType {
Male1,
Male2,
Male3,
Female1,
Female2,
Female3,
ChildMale,
ChildFemale,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VoiceType
impl Send for VoiceType
impl Sync for VoiceType
impl Unpin for VoiceType
impl UnwindSafe for VoiceType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more