Struct STAGE_ANIMATE
pub struct STAGE_ANIMATE { /* private fields */ }Expand description
Stage for ticking animations.
Trait Implementations§
§impl Deref for STAGE_ANIMATE
impl Deref for STAGE_ANIMATE
§type Target = MainLoopStage
type Target = MainLoopStage
The resulting type after dereferencing.
§fn deref(&self) -> &MainLoopStage
fn deref(&self) -> &MainLoopStage
Dereferences the value.
impl LazyStatic for STAGE_ANIMATE
Auto Trait Implementations§
impl Freeze for STAGE_ANIMATE
impl RefUnwindSafe for STAGE_ANIMATE
impl Send for STAGE_ANIMATE
impl Sync for STAGE_ANIMATE
impl Unpin for STAGE_ANIMATE
impl UnwindSafe for STAGE_ANIMATE
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