[][src]Enum input::event::keyboard::KeyboardEvent

pub enum KeyboardEvent {
    Key(KeyboardKeyEvent),
}

A keyboard related Event

Variants

An event related to pressing a key

Trait Implementations

impl AsRaw<libinput_event_keyboard> for KeyboardEvent[src]

impl Context for KeyboardEvent[src]

impl Debug for KeyboardEvent[src]

impl Eq for KeyboardEvent[src]

impl EventTrait for KeyboardEvent[src]

impl FromRaw<libinput_event_keyboard> for KeyboardEvent[src]

impl Hash for KeyboardEvent[src]

impl PartialEq<KeyboardEvent> for KeyboardEvent[src]

impl StructuralEq for KeyboardEvent[src]

impl StructuralPartialEq for KeyboardEvent[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> KeyboardEventTrait for T where
    T: AsRaw<libinput_event_keyboard> + Context
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.