Enum pty_proc::shell::display::winsz::WinszedError
[−]
[src]
pub enum WinszedError { GsFail, GwFail, }
The enum WinszedError
defines the possible errors from constructor Winszed.
Variants
GsFail
TIOCSWINSZED ioctl.
GwFail
TIOCGWINSZED ioctl.
Trait Implementations
impl Clone for WinszedError
[src]
fn clone(&self) -> WinszedError
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for WinszedError
[src]
impl Debug for WinszedError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Display for WinszedError
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
The function fmt
formats the value using the given formatter.