pub struct BackgroundAnimator {
pub time: f32,
/* private fields */
}Fields§
§time: f32Implementations§
Auto Trait Implementations§
impl Freeze for BackgroundAnimator
impl RefUnwindSafe for BackgroundAnimator
impl Send for BackgroundAnimator
impl Sync for BackgroundAnimator
impl Unpin for BackgroundAnimator
impl UnsafeUnpin for BackgroundAnimator
impl UnwindSafe for BackgroundAnimator
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