Enum glfw::WindowMode [−][src]
pub enum WindowMode<'a> { FullScreen(&'a Monitor), Windowed, }
Expand description
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
Auto Trait Implementations
impl<'a> RefUnwindSafe for WindowMode<'a>
impl<'a> !Send for WindowMode<'a>
impl<'a> !Sync for WindowMode<'a>
impl<'a> Unpin for WindowMode<'a>
impl<'a> UnwindSafe for WindowMode<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more