Struct wasmer_wasix::os::cconst::ConsoleConst
source · pub struct ConsoleConst {}
Implementations§
source§impl ConsoleConst
impl ConsoleConst
pub const TERM_KEY_ENTER: u32 = 13u32
pub const TERM_KEY_BACKSPACE: u32 = 8u32
pub const TERM_KEY_INSERT: u32 = 45u32
pub const TERM_KEY_DEL: u32 = 46u32
pub const TERM_KEY_TAB: u32 = 9u32
pub const TERM_KEY_HOME: u32 = 36u32
pub const TERM_KEY_END: u32 = 35u32
pub const TERM_KEY_PAGE_UP: u32 = 33u32
pub const TERM_KEY_PAGE_DOWN: u32 = 34u32
pub const TERM_KEY_LEFT_ARROW: u32 = 37u32
pub const TERM_KEY_UP_ARROW: u32 = 38u32
pub const TERM_KEY_RIGHT_ARROW: u32 = 39u32
pub const TERM_KEY_DOWN_ARROW: u32 = 40u32
pub const TERM_KEY_C: u32 = 67u32
pub const TERM_KEY_L: u32 = 76u32
pub const TERM_KEY_F1: u32 = 112u32
pub const TERM_KEY_F2: u32 = 113u32
pub const TERM_KEY_F3: u32 = 114u32
pub const TERM_KEY_F4: u32 = 115u32
pub const TERM_KEY_F5: u32 = 116u32
pub const TERM_KEY_F6: u32 = 117u32
pub const TERM_KEY_F7: u32 = 118u32
pub const TERM_KEY_F8: u32 = 119u32
pub const TERM_KEY_F9: u32 = 120u32
pub const TERM_KEY_F10: u32 = 121u32
pub const TERM_KEY_F11: u32 = 122u32
pub const TERM_KEY_F12: u32 = 123u32
pub const TERM_CURSOR_UP: &'static str = "\x1b[A"
pub const TERM_CURSOR_DOWN: &'static str = "\x1b[B"
pub const TERM_CURSOR_RIGHT: &'static str = "\x1b[C"
pub const TERM_CURSOR_LEFT: &'static str = "\x1b[D"
pub const TERM_DELETE_LINE: &'static str = "\x1b[2K\r"
pub const TERM_DELETE_RIGHT: &'static str = "\x1b[0K\r"
pub const TERM_DELETE_LEFT: &'static str = "\x1b[1K\r"
pub const TERM_DELETE_BELOW: &'static str = "\x1b[0J\r"
pub const TERM_DELETE_ABOVE: &'static str = "\x1b[1J\r"
pub const TERM_DELETE_ALL: &'static str = "\x1b[2J\r"
pub const TERM_DELETE_SAVED: &'static str = "\x1b[3J\r"
pub const TERM_CURSOR_SAVE: &'static str = "\x1b[s"
pub const TERM_CURSOR_RESTORE: &'static str = "\x1b[u"
pub const TERM_WRAPAROUND: &'static str = "\x1b[?7h"
pub const TERM_REVERSE_WRAPAROUND: &'static str = "\x1b[?45h"
pub const TERM_NO_WRAPAROUND: &'static str = "\x1b[?7l"
pub const TERM_NO_REVERSE_WRAPAROUND: &'static str = "\x1b[?45l"
pub const COL_RESET: &'static str = "\x1B[0m"
pub const COL_BLACK: &'static str = "\x1B[0;30m"
pub const COL_GRAY: &'static str = "\x1B[1;30m"
pub const COL_RED: &'static str = "\x1B[0;31m"
pub const COL_LIGHT_RED: &'static str = "\x1B[1;31m"
pub const COL_GREEN: &'static str = "\x1B[0;32m"
pub const COL_LIGHT_GREEN: &'static str = "\x1B[1;32m"
pub const COL_BROWN: &'static str = "\x1B[0;33m"
pub const COL_YELLOW: &'static str = "\x1B[1;33m"
pub const COL_BLUE: &'static str = "\x1B[0;34m"
pub const COL_LIGHT_BLUE: &'static str = "\x1B[1;34m"
pub const COL_PURPLE: &'static str = "\x1B[0;35m"
pub const COL_LIGHT_PURPLE: &'static str = "\x1B[1;35m"
pub const COL_CYAN: &'static str = "\x1B[0;36m"
pub const COL_LIGHT_CYAN: &'static str = "\x1B[1;36m"
pub const COL_LIGHT_GRAY: &'static str = "\x1B[0;37m"
pub const COL_WHITE: &'static str = "\x1B[1;37m"
pub const WELCOME_LARGE: &'static str = _
pub const WELCOME_MEDIUM: &'static str = _
pub const WELCOME_SMALL: &'static str = _
pub const ABOUT: &'static str = _
pub const ABOUT_WASMER: &'static str = _
pub const HELP: &'static str = _
pub const BAD_WORKER: &'static str = _
Auto Trait Implementations§
impl RefUnwindSafe for ConsoleConst
impl Send for ConsoleConst
impl Sync for ConsoleConst
impl Unpin for ConsoleConst
impl UnwindSafe for ConsoleConst
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.
§impl<T> Upcastable for Twhere
T: Any + Send + Sync + 'static,
impl<T> Upcastable for Twhere T: Any + Send + Sync + 'static,
§fn upcast_any_ref(&self) -> &(dyn Any + 'static)
fn upcast_any_ref(&self) -> &(dyn Any + 'static)
upcast ref
§fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
upcast mut ref