pub struct FrameMsg { /* private fields */ }Expand description
FrameMsg indicates that an animation step should occur.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameMsg
impl RefUnwindSafe for FrameMsg
impl Send for FrameMsg
impl Sync for FrameMsg
impl Unpin for FrameMsg
impl UnsafeUnpin for FrameMsg
impl UnwindSafe for FrameMsg
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