Struct pty_proc::shell::display::Table [] [src]

pub struct Table {
    pub save_position: Coordinate,
    pub show_cursor: bool,
    pub mouse_handle: (bool, bool, bool, bool),
    pub ss_mod: bool,
    pub region: Coordinate,
    pub collection: Character,
    pub oob: Coordinate,
    pub line_wrap: bool,
    pub size: Winszed,
    pub bell: size_t,
    pub screen: Cursor<Vec<Character>>,
    pub newline: Newline,
}

Fields

Out of Bound

Trait Implementations

impl Debug for Table
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Table
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more