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