Enum win_term::TerminalError
source · pub enum TerminalError {
NoStdHandle,
NoScreenBufferInfo,
UnsupportedDpi,
}Expand description
Enum to represent possible errors that can occur while getting terminal or font size.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TerminalError
impl RefUnwindSafe for TerminalError
impl Send for TerminalError
impl Sync for TerminalError
impl Unpin for TerminalError
impl UnwindSafe for TerminalError
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