pub struct SettingsScreen {
pub graphics: GraphicsSettings,
pub audio: AudioSettings,
pub controls: ControlSettings,
pub accessibility: AccessibilitySettings,
pub language: Language,
/* private fields */
}Fields§
§graphics: GraphicsSettings§audio: AudioSettings§controls: ControlSettings§accessibility: AccessibilitySettings§language: LanguageImplementations§
Trait Implementations§
Source§impl MenuScreen for SettingsScreen
impl MenuScreen for SettingsScreen
Auto Trait Implementations§
impl Freeze for SettingsScreen
impl RefUnwindSafe for SettingsScreen
impl Send for SettingsScreen
impl Sync for SettingsScreen
impl Unpin for SettingsScreen
impl UnsafeUnpin for SettingsScreen
impl UnwindSafe for SettingsScreen
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