pub struct SetupInfo {
pub display_info: DisplayInfo,
}Expand description
Information used during the setup phase of the game.
Fields§
§display_info: DisplayInfoThe current screen size.
Auto Trait Implementations§
impl Freeze for SetupInfo
impl RefUnwindSafe for SetupInfo
impl Send for SetupInfo
impl Sync for SetupInfo
impl Unpin for SetupInfo
impl UnwindSafe for SetupInfo
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