Struct speech_synthesis::BasicVisemeFrame
source · pub struct BasicVisemeFrame {
pub viseme: BasicViseme,
pub frame_offset: f32,
}Expand description
A single frame of ‘basic’ visemes.
Fields§
§viseme: BasicViseme§frame_offset: f32Offset of this viseme frame relative to the beginning of the audio stream.
Trait Implementations§
source§impl Clone for BasicVisemeFrame
impl Clone for BasicVisemeFrame
source§fn clone(&self) -> BasicVisemeFrame
fn clone(&self) -> BasicVisemeFrame
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for BasicVisemeFrame
impl Send for BasicVisemeFrame
impl Sync for BasicVisemeFrame
impl Unpin for BasicVisemeFrame
impl UnwindSafe for BasicVisemeFrame
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