Enum wayland_client::protocol::wl_shell_surface::FullscreenMethod [] [src]

#[repr(u32)]
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

Methods

impl FullscreenMethod
[src]

Trait Implementations

impl Copy for FullscreenMethod
[src]

impl Clone for FullscreenMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FullscreenMethod
[src]

Formats the value using the given formatter.