pub struct GameSettings {
pub window: WindowSettings,
}
Fields§
§window: WindowSettings
Trait Implementations§
Source§impl Debug for GameSettings
impl Debug for GameSettings
Source§impl Default for GameSettings
impl Default for GameSettings
Source§fn default() -> GameSettings
fn default() -> GameSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GameSettings
impl RefUnwindSafe for GameSettings
impl Send for GameSettings
impl Sync for GameSettings
impl Unpin for GameSettings
impl UnwindSafe for GameSettings
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