Struct wayland_server::protocol::wl_buffer::Implementation
[−]
[src]
pub struct Implementation<ID> {
pub destroy: fn(_: &mut EventLoopHandle, _: &mut ID, _: &Client, _: &WlBuffer),
}Fields
destroy: fn(_: &mut EventLoopHandle, _: &mut ID, _: &Client, _: &WlBuffer)
destroy a buffer
Destroy a buffer. If and how you need to release the backing storage is defined by the buffer factory interface.
For possible side-effects to a surface, see wl_surface.attach.
Arguments: event_queue_handle, interface_data, client, wl_buffer
This is a destructor, you cannot send events to this object once this method is called.
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