pub struct RunBundle {
pub game: Box<dyn GameMut>,
pub info: Info,
}Expand description
A structure for holding a game and its info struct together
Fields§
§game: Box<dyn GameMut>§info: InfoImplementations§
Auto Trait Implementations§
impl Freeze for RunBundle
impl !RefUnwindSafe for RunBundle
impl !Send for RunBundle
impl !Sync for RunBundle
impl Unpin for RunBundle
impl !UnwindSafe for RunBundle
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