Struct linux_raw_sys::v5_11::general::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_ushortws_col: c_ushortws_xpixel: c_ushortws_ypixel: c_ushortTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for winsizeimpl UnwindSafe for winsizeBlanket Implementations
Mutably borrows from an owned value. Read more