Struct smithay_client_toolkit::output::OutputMgr[][src]

pub struct OutputMgr { /* fields omitted */ }

An utility tracking the available outputs and their capabilities

Methods

impl OutputMgr
[src]

Access the information of a specific output from its global id

If the requested ouput is not found (likely because it has been destroyed) the closure is not called and None is returned.

Access the information of a specific output

If the requested ouput is not found (likely because it has been destroyed) the closure is not called and None is returned.

Access all output information

Trait Implementations

impl Clone for OutputMgr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for OutputMgr

impl Sync for OutputMgr