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 |