pub struct AnimatorBuilder { /* private fields */ }Expand description
Ergonomic builder for constructing animators.
Implementations§
Auto Trait Implementations§
impl Freeze for AnimatorBuilder
impl RefUnwindSafe for AnimatorBuilder
impl Send for AnimatorBuilder
impl Sync for AnimatorBuilder
impl Unpin for AnimatorBuilder
impl UnsafeUnpin for AnimatorBuilder
impl UnwindSafe for AnimatorBuilder
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