Enum wayland_client::core::shell::ShellSurfaceResize [] [src]

pub enum ShellSurfaceResize {
    None,
    Top,
    Bottom,
    Left,
    TopLeft,
    BottomLeft,
    Right,
    TopRight,
    BottomRight,
}

Hint about which border of the surface is being dragged for a resize.

Variants

None
Top
Bottom
Left
TopLeft
BottomLeft
Right
TopRight
BottomRight

Trait Implementations

Derived Implementations

impl Eq for ShellSurfaceResize

impl PartialEq for ShellSurfaceResize

fn eq(&self, __arg_0: &ShellSurfaceResize) -> bool

fn ne(&self, __arg_0: &ShellSurfaceResize) -> bool