pub struct TerminalHandle {
pub master: Fd,
pub slave: Fd,
}
Fields§
§master: Fd
§slave: Fd
Trait Implementations§
Source§impl Clone for TerminalHandle
impl Clone for TerminalHandle
Source§fn clone(&self) -> TerminalHandle
fn clone(&self) -> TerminalHandle
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TerminalHandle
impl Debug for TerminalHandle
impl Copy for TerminalHandle
Auto Trait Implementations§
impl Freeze for TerminalHandle
impl RefUnwindSafe for TerminalHandle
impl Send for TerminalHandle
impl Sync for TerminalHandle
impl Unpin for TerminalHandle
impl UnwindSafe for TerminalHandle
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