pub struct UVAnimatorChain {
pub animators: Vec<UVAnimator>,
}Expand description
Chain of UV animators applied sequentially.
Fields§
§animators: Vec<UVAnimator>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UVAnimatorChain
impl !RefUnwindSafe for UVAnimatorChain
impl Send for UVAnimatorChain
impl Sync for UVAnimatorChain
impl Unpin for UVAnimatorChain
impl UnsafeUnpin for UVAnimatorChain
impl !UnwindSafe for UVAnimatorChain
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