Struct uefi::text::TextInputKey
source · [−]Fields
ScanCode: u16UnicodeChar: u16Trait Implementations
sourceimpl Clone for TextInputKey
impl Clone for TextInputKey
sourcefn clone(&self) -> TextInputKey
fn clone(&self) -> TextInputKey
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TextInputKey
impl Debug for TextInputKey
sourceimpl Default for TextInputKey
impl Default for TextInputKey
sourcefn default() -> TextInputKey
fn default() -> TextInputKey
Returns the “default value” for a type. Read more
impl Copy for TextInputKey
Auto Trait Implementations
impl RefUnwindSafe for TextInputKey
impl Send for TextInputKey
impl Sync for TextInputKey
impl Unpin for TextInputKey
impl UnwindSafe for TextInputKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more