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