#[repr(C)]pub struct ttyinfo {
pub tio: termios,
pub winsize: winsize,
}Fields§
§tio: termios§winsize: winsizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ttyinfo
impl RefUnwindSafe for ttyinfo
impl Send for ttyinfo
impl Sync for ttyinfo
impl Unpin for ttyinfo
impl UnwindSafe for ttyinfo
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