pub struct DesktopAppConfig {
pub title: String,
pub width: u32,
pub height: u32,
pub fullscreen: bool,
pub vsync: bool,
pub depth: bool,
pub stencil: bool,
}Fields§
§title: String§width: u32§height: u32§fullscreen: bool§vsync: bool§depth: bool§stencil: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for DesktopAppConfig
impl RefUnwindSafe for DesktopAppConfig
impl Send for DesktopAppConfig
impl Sync for DesktopAppConfig
impl Unpin for DesktopAppConfig
impl UnwindSafe for DesktopAppConfig
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