pub struct PtyControllerDevice;
Expand description
A marker type for super::File
objects that represent pseudoterminal
controllers, as are typically opened from /dev/ptmx
.
Trait Implementations§
impl IoDevice for PtyControllerDevice
Auto Trait Implementations§
impl Freeze for PtyControllerDevice
impl RefUnwindSafe for PtyControllerDevice
impl Send for PtyControllerDevice
impl Sync for PtyControllerDevice
impl Unpin for PtyControllerDevice
impl UnwindSafe for PtyControllerDevice
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