Struct stijl::WinSize [] [src]

pub struct WinSize {
    pub cols: i32,
    pub rows: i32,
}

The dimensions of a terminal window.

Fields

Trait Implementations

impl Default for WinSize
[src]

Returns the "default value" for a type. Read more

impl Eq for WinSize
[src]

impl Copy for WinSize
[src]

impl PartialEq<WinSize> for WinSize
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for WinSize
[src]

Formats the value using the given formatter.

impl Clone for WinSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more