pub struct Us104Key;
Expand description

A standard United States 101-key (or 104-key including Windows keys) keyboard. Has a 1-row high Enter key, with Backslash above.

Trait Implementations

Convert a KeyCode enum to a Unicode character, if possible. KeyCode::A maps to Some('a') (or Some('A') if shifted), while KeyCode::AltLeft returns None Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
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.