Struct wayland_client::protocol::wl_callback::Implementation [] [src]

pub struct Implementation<ID> {
    pub done: fn(_: &mut EventQueueHandle, _: &mut ID, _: &WlCallback, _: u32),
}

Fields

done event

Notify the client when the related request is done.

Arguments: event_queue_handle, interface_data, wl_callback, callback_data

This is a destructor, you cannot send requests to this object once this method is called.

Trait Implementations

impl<ID> Copy for Implementation<ID>
[src]

impl<ID> Clone for Implementation<ID>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<ID> PartialEq for Implementation<ID>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.