pub struct Keyboard {
inner: Keyboard<Us104Key, ScancodeSet1>,
}
Expand description
Keyboard driver, that initializes the keyboard and parses keycodes.
Keyboard layout. You choose another layout, like DE.
Constructs the keyboard driver
Initialize the keyboar controller
Configure the repeat rate of the keyboard
Check if a key has been pressed
Send a command or data to a connected PS/2 device
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.