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.
Windowed mode.
Trait Implementations
impl<'a> Clone for WindowMode<'a>
[src]
impl<'a> Clone for WindowMode<'a>
[src]