[][src]Enum pc_keyboard::KeyState

pub enum KeyState {
    Up,
    Down,
}

Variants

Up
Down

Trait Implementations

impl Clone for KeyState[src]

impl Copy for KeyState[src]

impl Debug for KeyState[src]

impl Eq for KeyState[src]

impl PartialEq<KeyState> for KeyState[src]

impl StructuralEq for KeyState[src]

impl StructuralPartialEq for KeyState[src]

Auto Trait Implementations

impl Send for KeyState

impl Sync for KeyState

impl Unpin for KeyState

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.