Enum pc_keyboard::DecodedKey
source · pub enum DecodedKey {
RawKey(KeyCode),
Unicode(char),
}
Expand description
Contains either a Unicode character, or a raw key code.
Variants§
Trait Implementations§
source§impl Clone for DecodedKey
impl Clone for DecodedKey
source§fn clone(&self) -> DecodedKey
fn clone(&self) -> DecodedKey
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more