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 Copy for winsize
[src]

impl Clone for winsize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for winsize

impl Sync for winsize