Enum simics_api_sys::cmd_line_key_t
source · #[repr(u32)]pub enum cmd_line_key_t {
Show 25 variants
Cmd_Line_Key_Left = 0,
Cmd_Line_Key_Right = 1,
Cmd_Line_Key_Up = 2,
Cmd_Line_Key_Down = 3,
Cmd_Line_Key_PgUp = 4,
Cmd_Line_Key_PgDn = 5,
Cmd_Line_Key_Home = 6,
Cmd_Line_Key_End = 7,
Cmd_Line_Key_Back = 8,
Cmd_Line_Key_Tab = 9,
Cmd_Line_Key_Enter = 10,
Cmd_Line_Key_Del = 11,
Cmd_Line_Key_Ins = 12,
Cmd_Line_Key_F1 = 13,
Cmd_Line_Key_F2 = 14,
Cmd_Line_Key_F3 = 15,
Cmd_Line_Key_F4 = 16,
Cmd_Line_Key_F5 = 17,
Cmd_Line_Key_F6 = 18,
Cmd_Line_Key_F7 = 19,
Cmd_Line_Key_F8 = 20,
Cmd_Line_Key_F9 = 21,
Cmd_Line_Key_F10 = 22,
Cmd_Line_Key_F11 = 23,
Cmd_Line_Key_F12 = 24,
}
Expand description
This enum must be kept in sync with the array simicsToSwt in SimicsKeyTranslator.java, otherwise the Eclipse Console view will break.
Variants§
Cmd_Line_Key_Left = 0
Cmd_Line_Key_Right = 1
Cmd_Line_Key_Up = 2
Cmd_Line_Key_Down = 3
Cmd_Line_Key_PgUp = 4
Cmd_Line_Key_PgDn = 5
Cmd_Line_Key_Home = 6
Cmd_Line_Key_End = 7
Cmd_Line_Key_Back = 8
Cmd_Line_Key_Tab = 9
Cmd_Line_Key_Enter = 10
Cmd_Line_Key_Del = 11
Cmd_Line_Key_Ins = 12
Cmd_Line_Key_F1 = 13
Cmd_Line_Key_F2 = 14
Cmd_Line_Key_F3 = 15
Cmd_Line_Key_F4 = 16
Cmd_Line_Key_F5 = 17
Cmd_Line_Key_F6 = 18
Cmd_Line_Key_F7 = 19
Cmd_Line_Key_F8 = 20
Cmd_Line_Key_F9 = 21
Cmd_Line_Key_F10 = 22
Cmd_Line_Key_F11 = 23
Cmd_Line_Key_F12 = 24
Trait Implementations§
source§impl Clone for cmd_line_key_t
impl Clone for cmd_line_key_t
source§fn clone(&self) -> cmd_line_key_t
fn clone(&self) -> cmd_line_key_t
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 cmd_line_key_t
impl Debug for cmd_line_key_t
source§impl Hash for cmd_line_key_t
impl Hash for cmd_line_key_t
source§impl Ord for cmd_line_key_t
impl Ord for cmd_line_key_t
source§fn cmp(&self, other: &cmd_line_key_t) -> Ordering
fn cmp(&self, other: &cmd_line_key_t) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for cmd_line_key_t
impl PartialEq for cmd_line_key_t
source§impl PartialOrd for cmd_line_key_t
impl PartialOrd for cmd_line_key_t
impl Copy for cmd_line_key_t
impl Eq for cmd_line_key_t
impl StructuralPartialEq for cmd_line_key_t
Auto Trait Implementations§
impl Freeze for cmd_line_key_t
impl RefUnwindSafe for cmd_line_key_t
impl Send for cmd_line_key_t
impl Sync for cmd_line_key_t
impl Unpin for cmd_line_key_t
impl UnwindSafe for cmd_line_key_t
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
)