#[repr(u32)]pub enum uv_tty_mode_t {
UV_TTY_MODE_NORMAL = 0,
UV_TTY_MODE_RAW = 1,
UV_TTY_MODE_IO = 2,
}Variants§
Trait Implementations§
Source§impl Clone for uv_tty_mode_t
impl Clone for uv_tty_mode_t
Source§fn clone(&self) -> uv_tty_mode_t
fn clone(&self) -> uv_tty_mode_t
Returns a duplicate 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 uv_tty_mode_t
impl Debug for uv_tty_mode_t
Source§impl Hash for uv_tty_mode_t
impl Hash for uv_tty_mode_t
Source§impl PartialEq for uv_tty_mode_t
impl PartialEq for uv_tty_mode_t
impl Copy for uv_tty_mode_t
impl Eq for uv_tty_mode_t
impl StructuralPartialEq for uv_tty_mode_t
Auto Trait Implementations§
impl Freeze for uv_tty_mode_t
impl RefUnwindSafe for uv_tty_mode_t
impl Send for uv_tty_mode_t
impl Sync for uv_tty_mode_t
impl Unpin for uv_tty_mode_t
impl UnwindSafe for uv_tty_mode_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