Struct smithay_client_toolkit::output::OutputHandler [−][src]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,