#[repr(u32)]pub enum VoiceType {
Male1 = 1,
Male2 = 2,
Male3 = 3,
Female1 = 4,
Female2 = 5,
Female3 = 6,
ChildMale = 7,
ChildFemale = 8,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VoiceType
impl RefUnwindSafe for VoiceType
impl Send for VoiceType
impl Sync for VoiceType
impl Unpin for VoiceType
impl UnwindSafe for VoiceType
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