Struct oxygengine_backend_desktop::app::DesktopAppConfig
source · 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 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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more