[][src]Struct saiko::wayland::WlShellSurface

pub struct WlShellSurface {
    pub object_id: u32,
    pub socket: Arc<WaylandSocket>,
}

Fields

object_id: u32socket: Arc<WaylandSocket>

Methods

impl WlShellSurface[src]

pub fn pong(&self, serial: u32)[src]

pub fn mv(&self, seat: u32, serial: u32)[src]

pub fn resize(&self, seat: u32, serial: u32, edges: u32)[src]

pub fn set_toplevel(&self)[src]

pub fn set_transient(&self, parent: u32, x: i32, y: i32, flags: u32)[src]

pub fn set_fullscreen(&self, method: u32, framerate: u32, output: u32)[src]

pub fn set_popup(
    &self,
    seat: u32,
    serial: u32,
    parent: u32,
    x: i32,
    y: i32,
    flags: u32
)
[src]

pub fn set_maximized(&self, output: u32)[src]

pub fn set_title(&self, title: String)[src]

pub fn set_class(&self, class_: String)[src]

Trait Implementations

impl WlRawObject for WlShellSurface[src]

impl Clone for WlShellSurface[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

The type returned in the event of a conversion error.

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