Struct wayland_server::protocol::wl_output::Implementation
[−]
[src]
pub struct Implementation<ID> { pub release: fn(_: &mut EventLoopHandle, _: &mut ID, _: &Client, _: &WlOutput), }
Fields
release: fn(_: &mut EventLoopHandle, _: &mut ID, _: &Client, _: &WlOutput)
release the output object
Using this request a client can tell the server that it is not going to use the output object anymore.
Arguments: event_queue_handle, interface_data, wl_output
This is a destructor, you cannot send events to this object once this method is called.
This event only exists since version 3 of the interface
Trait Implementations
impl<ID> Copy for Implementation<ID>
[src]
impl<ID> Clone for Implementation<ID>
[src]
fn clone(&self) -> Implementation<ID>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more