Struct pseudoterm::Winsize[][src]

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

How big a terminal window is

Fields

Trait Implementations

impl Copy for Winsize
[src]

impl Clone for Winsize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Winsize
[src]

Formats the value using the given formatter. Read more

impl Default for Winsize
[src]

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

impl PartialEq 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 Eq for Winsize
[src]

impl Hash for Winsize
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for Winsize

impl Sync for Winsize