Enum glfw::WindowMode
[−]
[src]
pub enum WindowMode<'a> {
FullScreen(&'a Monitor),
Windowed,
}Describes the mode of a window
Variants
FullScreen(&'a Monitor)Full screen mode. Contains the monitor on which the window is displayed.
WindowedWindowed mode.
Trait Implementations
impl<'a> Debug for WindowMode<'a>[src]
impl<'a> Clone for WindowMode<'a>[src]
fn clone(&self) -> WindowMode<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more