pub enum Viseme {
Show 20 variants
Neutral,
AA,
AO,
EH,
IY,
UW,
OW,
AE,
AW,
EY,
ER,
PP,
FF,
TH,
DD,
KK,
CH,
SS,
RR,
NN,
}Expand description
Viseme - mouth shapes for speech
Variants§
Implementations§
Trait Implementations§
impl Copy for Viseme
impl Eq for Viseme
impl StructuralPartialEq for Viseme
Auto Trait Implementations§
impl Freeze for Viseme
impl RefUnwindSafe for Viseme
impl Send for Viseme
impl Sync for Viseme
impl Unpin for Viseme
impl UnsafeUnpin for Viseme
impl UnwindSafe for Viseme
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