pub struct AnimTranslation {
pub timestamps: Vec<u32>,
pub translations: Vec<C3Vector>,
}Expand description
Translation data for an animation
Fields§
§timestamps: Vec<u32>Animation timelines
translations: Vec<C3Vector>Translation vectors
Trait Implementations§
Source§impl Clone for AnimTranslation
impl Clone for AnimTranslation
Source§fn clone(&self) -> AnimTranslation
fn clone(&self) -> AnimTranslation
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AnimTranslation
impl RefUnwindSafe for AnimTranslation
impl Send for AnimTranslation
impl Sync for AnimTranslation
impl Unpin for AnimTranslation
impl UnwindSafe for AnimTranslation
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