Struct libc::winsize [−][src]
#[repr(C)]pub struct winsize { pub ws_row: c_ushort, pub ws_col: c_ushort, pub ws_xpixel: c_ushort, pub ws_ypixel: c_ushort, }
Fields
ws_row: c_ushort
ws_col: c_ushort
ws_xpixel: c_ushort
ws_ypixel: c_ushort