pub enum KeyPress {
}
Expand description
#[non_exhaustive]
Variants§
UnknownEscSeq
Backspace
BackTab
Char(char)
ControlDown
ControlLeft
ControlRight
ControlUp
Ctrl(char)
Delete
Down
End
Enter
Esc
F(u8)
Home
Insert
Left
Meta(char)
Null
PageDown
PageUp
Right
ShiftDown
ShiftLeft
ShiftRight
ShiftUp
Tab
Up
Trait Implementations§
impl Copy for KeyPress
impl Eq for KeyPress
impl StructuralPartialEq for KeyPress
Auto Trait Implementations§
impl Freeze for KeyPress
impl RefUnwindSafe for KeyPress
impl Send for KeyPress
impl Sync for KeyPress
impl Unpin for KeyPress
impl UnwindSafe for KeyPress
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)