Struct rdev::Keyboard[][src]

pub struct Keyboard {
    pub xim: Box<XIM>,
    pub xic: Box<XIC>,
    pub display: Box<*mut Display>,
    // some fields omitted
}

Fields

xim: Box<XIM>xic: Box<XIC>display: Box<*mut Display>

Implementations

impl Keyboard[src]

pub fn new() -> Option<Keyboard>[src]

Trait Implementations

impl Debug for Keyboard[src]

impl Drop for Keyboard[src]

impl KeyboardState for Keyboard[src]

Auto Trait Implementations

impl RefUnwindSafe for Keyboard

impl !Send for Keyboard

impl !Sync for Keyboard

impl Unpin for Keyboard

impl UnwindSafe for Keyboard

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, 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.