Struct raylib::core::window::WindowState [−][src]
pub struct WindowState(_);
Implementations
Set to try enabling V-Sync on GPU
Set to run program in fullscreen
Set to allow resizable window
Set to disable window decoration (frame and buttons)
Set to hide window
Set to minimize window (iconify)
Set to maximize window (expanded to monitor)
Set to window non focused
Set to window always on top
Set to allow windows running while minimized
Set to allow transparent framebuffer
Set to support HighDPI
Set to try enabling interlaced video format (for V3D)
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for WindowState
impl Send for WindowState
impl Sync for WindowState
impl Unpin for WindowState
impl UnwindSafe for WindowState
Blanket Implementations
Mutably borrows from an owned value. Read more