[][src]Enum simply_wayland::wl::core::wl_shell_surface_fullscreen_method

#[repr(u32)]
pub enum wl_shell_surface_fullscreen_method {
    WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT,
    WL_SHELL_SURFACE_FULLSCREEN_METHOD_SCALE,
    WL_SHELL_SURFACE_FULLSCREEN_METHOD_DRIVER,
    WL_SHELL_SURFACE_FULLSCREEN_METHOD_FILL,
}

Variants

WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT
WL_SHELL_SURFACE_FULLSCREEN_METHOD_SCALE
WL_SHELL_SURFACE_FULLSCREEN_METHOD_DRIVER
WL_SHELL_SURFACE_FULLSCREEN_METHOD_FILL

Trait Implementations

impl Clone for wl_shell_surface_fullscreen_method[src]

impl Copy for wl_shell_surface_fullscreen_method[src]

impl Debug for wl_shell_surface_fullscreen_method[src]

impl Eq for wl_shell_surface_fullscreen_method[src]

impl Hash for wl_shell_surface_fullscreen_method[src]

impl PartialEq<wl_shell_surface_fullscreen_method> for wl_shell_surface_fullscreen_method[src]

impl StructuralEq for wl_shell_surface_fullscreen_method[src]

impl StructuralPartialEq for wl_shell_surface_fullscreen_method[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.