[][src]Struct smithay_client_toolkit::output::OutputHandler

pub struct OutputHandler { /* fields omitted */ }

A handler for wl_output

This handler can be used for managing wl_output in the init_environment! macro, and is automatically included in new_default_environment!.

It aggregates the output information and makes it available via the with_output_info function.

Implementations

impl OutputHandler[src]

pub fn new() -> OutputHandler[src]

Create a new instance of this handler

Trait Implementations

impl MultiGlobalHandler<WlOutput> for OutputHandler[src]

impl OutputHandling for OutputHandler[src]

Auto Trait Implementations

impl !RefUnwindSafe for OutputHandler

impl !Send for OutputHandler

impl !Sync for OutputHandler

impl Unpin for OutputHandler

impl !UnwindSafe for OutputHandler

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, 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.