pub struct DefaultLoopTaskCtx;Expand description
Inputs for the default-loop-task selector
(game_settings.default_loop_task_behavior).
Auto Trait Implementations§
impl Freeze for DefaultLoopTaskCtx
impl RefUnwindSafe for DefaultLoopTaskCtx
impl Send for DefaultLoopTaskCtx
impl Sync for DefaultLoopTaskCtx
impl Unpin for DefaultLoopTaskCtx
impl UnwindSafe for DefaultLoopTaskCtx
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