Enum screen_13::prelude::FullscreenMode
source · [−]pub enum FullscreenMode {
Borderless,
Exclusive,
}Expand description
Describes a screen mode for display.
Variants
Borderless
A display mode which retains other operating system windows behind the current window.
Exclusive
Seems to be the only way for stutter-free rendering on Nvidia + Win10.
Auto Trait Implementations
impl RefUnwindSafe for FullscreenMode
impl Send for FullscreenMode
impl Sync for FullscreenMode
impl Unpin for FullscreenMode
impl UnwindSafe for FullscreenMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more