#[repr(C)]pub struct Struct_ttysize {
pub ts_lines: c_ushort,
pub ts_cols: c_ushort,
pub ts_xxx: c_ushort,
pub ts_yyy: c_ushort,
}Fields§
§ts_lines: c_ushort§ts_cols: c_ushort§ts_xxx: c_ushort§ts_yyy: c_ushortAuto Trait Implementations§
impl Freeze for Struct_ttysize
impl RefUnwindSafe for Struct_ttysize
impl Send for Struct_ttysize
impl Sync for Struct_ttysize
impl Unpin for Struct_ttysize
impl UnwindSafe for Struct_ttysize
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more