Struct STAGE_USER
pub struct STAGE_USER { /* private fields */ }Expand description
Stage for executing your application code. Includes:
- Task dispatcher tasks
- Resource deployment
- kzb file and prefab loading
Trait Implementations§
§impl Deref for STAGE_USER
impl Deref for STAGE_USER
§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_USER
Auto Trait Implementations§
impl Freeze for STAGE_USER
impl RefUnwindSafe for STAGE_USER
impl Send for STAGE_USER
impl Sync for STAGE_USER
impl Unpin for STAGE_USER
impl UnwindSafe for STAGE_USER
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