Struct wayland_protocols::unstable::xdg_output::v1::client::zxdg_output_manager_v1::ZxdgOutputManagerV1 [−][src]
pub struct ZxdgOutputManagerV1(_);
Implementations
destroy the xdg_output_manager object
Using this request a client can tell the server that it is not going to use the xdg_output_manager object anymore.
Any objects already created through this instance are not affected.
This is a destructor, you cannot send requests to this object any longer once this method is called.
create an xdg output from a wl_output
This creates a new xdg_output object for the given wl_output.
Trait Implementations
Performs the conversion.
Pointer to the C representation of this interface
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl !RefUnwindSafe for ZxdgOutputManagerV1
impl Send for ZxdgOutputManagerV1
impl Sync for ZxdgOutputManagerV1
impl Unpin for ZxdgOutputManagerV1
impl !UnwindSafe for ZxdgOutputManagerV1
Blanket Implementations
Mutably borrows from an owned value. Read more