Struct speech_synthesis::BlendShapeVisemeFrame
source · pub struct BlendShapeVisemeFrame {
pub blendshapes: Box<[BlendShape]>,
pub frame_offset: f32,
}Expand description
A single frame for visemes in blend shape format.
Fields§
§blendshapes: Box<[BlendShape]>§frame_offset: f32Offset of this blendshape frame relative to the beginning of the audio stream.
Trait Implementations§
source§impl Clone for BlendShapeVisemeFrame
impl Clone for BlendShapeVisemeFrame
source§fn clone(&self) -> BlendShapeVisemeFrame
fn clone(&self) -> BlendShapeVisemeFrame
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 BlendShapeVisemeFrame
impl Send for BlendShapeVisemeFrame
impl Sync for BlendShapeVisemeFrame
impl Unpin for BlendShapeVisemeFrame
impl UnwindSafe for BlendShapeVisemeFrame
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