Struct libc::winsize
[−]
[src]
pub struct winsize {
pub ws_row: c_ushort,
pub ws_col: c_ushort,
pub ws_xpixel: c_ushort,
pub ws_ypixel: c_ushort,
}Unstable (
libc): use libc from crates.io
Fields
ws_row: c_ushort
Unstable (
libc): use libc from crates.io
ws_col: c_ushort
Unstable (
libc): use libc from crates.io
ws_xpixel: c_ushort
Unstable (
libc): use libc from crates.io
ws_ypixel: c_ushort
Unstable (
libc): use libc from crates.io