Struct pty_shell::winsize::Winsize [] [src]

pub struct Winsize {
    pub ws_row: c_ushort,
    pub ws_col: c_ushort,
    pub ws_xpixel: c_ushort,
    pub ws_ypixel: c_ushort,
}

Fields

ws_row: c_ushort ws_col: c_ushort ws_xpixel: c_ushort ws_ypixel: c_ushort

Trait Implementations

impl Debug for Winsize
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for Winsize
[src]

fn eq(&self, __arg_0: &Winsize) -> bool

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

fn ne(&self, __arg_0: &Winsize) -> bool

This method tests for !=.