Struct redox_termios::Winsize [] [src]

#[repr(C)]
pub struct Winsize { pub ws_row: u16, pub ws_col: u16, }

Fields

Trait Implementations

impl Clone for Winsize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Winsize
[src]

impl Debug for Winsize
[src]

Formats the value using the given formatter.

impl Default for Winsize
[src]

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

impl Deref for Winsize
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Winsize
[src]

The method called to mutably dereference a value