pub struct TermiosFlags {
pub echo: bool,
pub canonical: bool,
pub isig: bool,
pub opost: bool,
}Expand description
PTY Terminal mode flags
Fields§
§echo: boolEcho input characters
canonical: boolCanonical mode (line buffering)
isig: boolEnable signals
opost: boolProcess output (convert \n to \r\n)
Trait Implementations§
Source§impl Clone for TermiosFlags
impl Clone for TermiosFlags
Source§fn clone(&self) -> TermiosFlags
fn clone(&self) -> TermiosFlags
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TermiosFlags
impl Debug for TermiosFlags
Source§impl Default for TermiosFlags
impl Default for TermiosFlags
impl Copy for TermiosFlags
Auto Trait Implementations§
impl Freeze for TermiosFlags
impl RefUnwindSafe for TermiosFlags
impl Send for TermiosFlags
impl Sync for TermiosFlags
impl Unpin for TermiosFlags
impl UnwindSafe for TermiosFlags
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)