Struct uefi::text::TextInputKey
source · #[repr(C)]pub struct TextInputKey {
pub ScanCode: u16,
pub UnicodeChar: u16,
}Fields§
§ScanCode: u16§UnicodeChar: u16Trait Implementations§
source§impl Clone for TextInputKey
impl Clone for TextInputKey
source§fn clone(&self) -> TextInputKey
fn clone(&self) -> TextInputKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TextInputKey
impl Debug for TextInputKey
source§impl Default for TextInputKey
impl Default for TextInputKey
source§fn default() -> TextInputKey
fn default() -> TextInputKey
Returns the “default value” for a type. Read more