Struct cafe::GameSettings
source · pub struct GameSettings {
pub window: WindowSettings,
}Fields§
§window: WindowSettingsTrait 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 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