Struct termsize::Size [] [src]

pub struct Size {
    pub rows: u16,
    pub cols: u16,
}

Size

Fields

number of rows

number of columns

Trait Implementations

impl Debug for Size
[src]

Formats the value using the given formatter.