pub struct TtyDevice;
Expand description
A marker type for super::File
objects that represent tty devices.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TtyDevice
impl RefUnwindSafe for TtyDevice
impl Send for TtyDevice
impl Sync for TtyDevice
impl Unpin for TtyDevice
impl UnwindSafe for TtyDevice
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