pub struct Vec3Track {
pub ident: InstanceVec3,
pub ease: Ease,
pub cut_init: Option<Vec3>,
pub track: Vec<(f64, Vec3)>,
}
Fields§
§ident: InstanceVec3
§ease: Ease
§cut_init: Option<Vec3>
§track: Vec<(f64, Vec3)>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vec3Track
impl RefUnwindSafe for Vec3Track
impl Send for Vec3Track
impl Sync for Vec3Track
impl Unpin for Vec3Track
impl UnwindSafe for Vec3Track
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