pub struct WorldTimerWrapper {
pub world_timer: Arc<Mutex<WorldTimer>>,
}Fields§
§world_timer: Arc<Mutex<WorldTimer>>Auto Trait Implementations§
impl Freeze for WorldTimerWrapper
impl RefUnwindSafe for WorldTimerWrapper
impl Send for WorldTimerWrapper
impl Sync for WorldTimerWrapper
impl Unpin for WorldTimerWrapper
impl UnwindSafe for WorldTimerWrapper
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