Enum glutin::window::Fullscreen [−][src]
pub enum Fullscreen {
Exclusive(VideoMode),
Borderless(Option<MonitorHandle>),
}
Expand description
Fullscreen modes.
Variants
Exclusive(VideoMode)
Tuple Fields
0: VideoMode
Borderless(Option<MonitorHandle>)
Tuple Fields
0: Option<MonitorHandle>
Providing None
to Borderless
will fullscreen on the current monitor.
Trait Implementations
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 Fullscreen
impl Send for Fullscreen
impl Sync for Fullscreen
impl Unpin for Fullscreen
impl !UnwindSafe for Fullscreen
Blanket Implementations
Mutably borrows from an owned value. Read more