Struct wayland_client::wayland::seat::WlKeyboard [] [src]

pub struct WlKeyboard {
    // some fields omitted
}

keyboard input device

The wl_keyboard interface represents one or more keyboards associated with a seat.

Methods

impl WlKeyboard

fn release(self)

release the keyboard object

Requires interface version >= 3.

Trait Implementations

impl Sync for WlKeyboard

impl Send for WlKeyboard

impl Proxy for WlKeyboard

fn ptr(&self) -> *mut wl_proxy

fn interface() -> *mut wl_interface

fn interface_name() -> &'static str

fn version() -> u32

fn id(&self) -> ProxyId

unsafe fn from_ptr(ptr: *mut wl_proxy) -> WlKeyboard

unsafe fn from_ptr_no_own(ptr: *mut wl_proxy) -> WlKeyboard

fn set_evt_iterator(&mut self, evt: &EventIterator)

impl Debug for WlKeyboard

fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>

impl Drop for WlKeyboard

fn drop(&mut self)