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
DefaultScaleDriverFillMethods
impl FullscreenMethod[src]
Trait Implementations
impl Copy for FullscreenMethod[src]
impl Clone for FullscreenMethod[src]
fn clone(&self) -> FullscreenMethod
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more