[][src]Struct wlroots::backend::Wayland

pub struct Wayland { /* fields omitted */ }

When the compositor is running in a nested Wayland environment. e.g. your compositor is executed while the user is running Gnome+Mutter or Weston.

This is useful for testing and iterating on the design of the compositor.

Methods

impl Wayland
[src]

Creates a new wlr_wl_backend. This backend will be created with no outputs; you must use wlr_wl_output_create to add them.

The remote argument is the name of the host compositor wayland socket. Set to None for the default behaviour (WAYLAND_DISPLAY env variable or wayland-0 default)

Adds a new output to this backend.

You may remove outputs by destroying them.

Note that if called before initializing the backend, this will return None and your outputs will be created during initialization (and given to you via the output_add signal).

True if the given input device is a wlr_wl_input_device.

True if the given output is a wlr_wl_output.

Trait Implementations

impl Eq for Wayland
[src]

impl PartialEq<Wayland> for Wayland
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Wayland
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Wayland
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Wayland

impl !Sync for Wayland

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

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

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more