pub struct WindowsPtySystem;Expand description
Windows PTY system implementation using ConPTY.
This struct provides the factory methods for creating PTY sessions on Windows.
Trait Implementations§
Source§impl Clone for WindowsPtySystem
impl Clone for WindowsPtySystem
Source§fn clone(&self) -> WindowsPtySystem
fn clone(&self) -> WindowsPtySystem
Returns a duplicate 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 WindowsPtySystem
impl Debug for WindowsPtySystem
Source§impl Default for WindowsPtySystem
impl Default for WindowsPtySystem
Source§fn default() -> WindowsPtySystem
fn default() -> WindowsPtySystem
Returns the “default value” for a type. Read more
Source§impl PtySystem for WindowsPtySystem
impl PtySystem for WindowsPtySystem
Source§type Master = WindowsPtyMaster
type Master = WindowsPtyMaster
The master PTY type for this platform.
Source§type Child = WindowsPtyChild
type Child = WindowsPtyChild
The child process type for this platform.
impl Copy for WindowsPtySystem
Auto Trait Implementations§
impl Freeze for WindowsPtySystem
impl RefUnwindSafe for WindowsPtySystem
impl Send for WindowsPtySystem
impl Sync for WindowsPtySystem
impl Unpin for WindowsPtySystem
impl UnwindSafe for WindowsPtySystem
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