pub enum VoiceType {
F1,
F2,
F3,
F4,
M1,
M2,
M3,
M4,
}Expand description
Voice types available
Variants§
Trait Implementations§
impl Copy for VoiceType
impl Eq for VoiceType
impl StructuralPartialEq for VoiceType
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