Struct wayland_server::protocol::wl_keyboard::Implementation [] [src]

pub struct Implementation<ID> {
    pub release: fn(_: &mut EventLoopHandle, _: &mut ID, _: &Client, _: &WlKeyboard),
}

Fields

release the keyboard object

Arguments: event_queue_handle, interface_data, wl_keyboard

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]

[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 !=.