pub struct BasicViseme(pub char);
Expand description
A ‘basic’ viseme.
The format for basic visemes is not currently defined due to conflicts between Azure Cognitive Speech Services & Amazon Polly’s viseme mappings.
Tuple Fields§
§0: char
Trait Implementations§
Source§impl Clone for BasicViseme
impl Clone for BasicViseme
Source§fn clone(&self) -> BasicViseme
fn clone(&self) -> BasicViseme
Returns a duplicate 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 BasicViseme
impl Debug for BasicViseme
Source§impl PartialEq for BasicViseme
impl PartialEq for BasicViseme
impl Copy for BasicViseme
impl Eq for BasicViseme
impl StructuralPartialEq for BasicViseme
Auto Trait Implementations§
impl Freeze for BasicViseme
impl RefUnwindSafe for BasicViseme
impl Send for BasicViseme
impl Sync for BasicViseme
impl Unpin for BasicViseme
impl UnwindSafe for BasicViseme
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