pub type Winsize = winsize;
Available on crate feature
termios
only.Expand description
struct winsize
for use with tcgetwinsize
.
Aliased Type§
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes