Struct wayland_client::core::seat::KeyboardId [] [src]

pub struct KeyboardId {
    // some fields omitted
}

An opaque unique identifier to a keyboard, can be tested for equality.

Trait Implementations

Derived Implementations

impl Hash for KeyboardId

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Clone for KeyboardId

fn clone(&self) -> KeyboardId

fn clone_from(&mut self, source: &Self)

impl Copy for KeyboardId

impl Eq for KeyboardId

impl PartialEq for KeyboardId

fn eq(&self, __arg_0: &KeyboardId) -> bool

fn ne(&self, __arg_0: &KeyboardId) -> bool