Enum wayland_client::protocol::wl_shell_surface::FullscreenMethod [−][src]
#[repr(u32)] #[non_exhaustive] pub enum FullscreenMethod { Default, Scale, Driver, Fill, }
different method to set the surface fullscreen
Hints to indicate to the compositor how to deal with a conflict between the dimensions of the surface and the dimensions of the output. The compositor is free to ignore this parameter.
Variants (Non-exhaustive)
no preference, apply default policy
scale, preserve the surface’s aspect ratio and center on output
switch output mode to the smallest mode that can fit the surface, add black borders to compensate size mismatch
no upscaling, center on output and add black borders to compensate size mismatch
Implementations
impl FullscreenMethod
[src][−]
Trait Implementations
impl Clone for FullscreenMethod
[src][+]
impl Copy for FullscreenMethod
[src]
impl Debug for FullscreenMethod
[src][+]
impl PartialEq<FullscreenMethod> for FullscreenMethod
[src][+]
impl StructuralPartialEq for FullscreenMethod
[src]
Auto Trait Implementations
impl RefUnwindSafe for FullscreenMethod
impl Send for FullscreenMethod
impl Sync for FullscreenMethod
impl Unpin for FullscreenMethod
impl UnwindSafe for FullscreenMethod
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,