Struct nix::pty::Winsize[][src]

#[repr(C)]
pub struct Winsize { pub ws_row: u16, pub ws_col: u16, pub ws_xpixel: u16, pub ws_ypixel: 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]

Auto Trait Implementations

impl Send for winsize

impl Sync for winsize