pub struct BasicVisemeFrame {
pub viseme: BasicViseme,
pub frame_offset: f32,
}
Expand description
A single frame of ‘basic’ visemes.
Fields§
§viseme: BasicViseme
§frame_offset: f32
Offset 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 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 moreAuto Trait Implementations§
impl Freeze for BasicVisemeFrame
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