pub enum TrackValues {
Vec3s(Vec<Vec3>),
Quats(Vec<Quat>),
}Expand description
Storage for a track’s key values.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TrackValues
impl Clone for TrackValues
Source§fn clone(&self) -> TrackValues
fn clone(&self) -> TrackValues
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TrackValues
impl RefUnwindSafe for TrackValues
impl Send for TrackValues
impl Sync for TrackValues
impl Unpin for TrackValues
impl UnsafeUnpin for TrackValues
impl UnwindSafe for TrackValues
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