pub struct Slide { /* private fields */ }
Expand description
Simple linear slide animation for a Rect
.
Implementations§
Auto Trait Implementations§
impl Freeze for Slide
impl RefUnwindSafe for Slide
impl !Send for Slide
impl !Sync for Slide
impl Unpin for Slide
impl UnwindSafe for Slide
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