Struct ransid::State

source ·
pub struct State {
Show 27 fields pub x: usize, pub y: usize, pub save_x: usize, pub save_y: usize, pub w: usize, pub h: usize, pub top_margin: usize, pub bottom_margin: usize, pub g0: char, pub g1: char, pub foreground: Color, pub background: Color, pub foreground_default: Color, pub background_default: Color, pub bold: bool, pub inverted: bool, pub italic: bool, pub underlined: bool, pub strikethrough: bool, pub cursor: bool, pub redraw: bool, pub origin: bool, pub autowrap: bool, pub mouse_vt200: bool, pub mouse_btn: bool, pub mouse_sgr: bool, pub mouse_rxvt: bool,
}

Fields§

§x: usize§y: usize§save_x: usize§save_y: usize§w: usize§h: usize§top_margin: usize§bottom_margin: usize§g0: char§g1: char§foreground: Color§background: Color§foreground_default: Color§background_default: Color§bold: bool§inverted: bool§italic: bool§underlined: bool§strikethrough: bool§cursor: bool§redraw: bool§origin: bool§autowrap: bool§mouse_vt200: bool§mouse_btn: bool§mouse_sgr: bool§mouse_rxvt: bool

Implementations§

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.