pub struct FrameAnimation {}Expand description
Brief description
The FrameAnimation struct is not documented yet. Pull requests are welcome.
Auto Trait Implementations§
impl Freeze for FrameAnimation
impl RefUnwindSafe for FrameAnimation
impl Send for FrameAnimation
impl Sync for FrameAnimation
impl Unpin for FrameAnimation
impl UnsafeUnpin for FrameAnimation
impl UnwindSafe for FrameAnimation
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