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: f32
Offset 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 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 BlendShapeVisemeFrame
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