pub struct LoadGameScreen { /* private fields */ }Implementations§
Trait Implementations§
Source§impl MenuScreen for LoadGameScreen
impl MenuScreen for LoadGameScreen
Auto Trait Implementations§
impl Freeze for LoadGameScreen
impl RefUnwindSafe for LoadGameScreen
impl Send for LoadGameScreen
impl Sync for LoadGameScreen
impl Unpin for LoadGameScreen
impl UnsafeUnpin for LoadGameScreen
impl UnwindSafe for LoadGameScreen
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