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
ws_row: u16
ws_col: u16
ws_xpixel: u16
ws_ypixel: u16
Trait Implementations
impl Copy for winsize
[src]
impl Clone for winsize
[src]
fn clone(&self) -> winsize
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more