#[repr(C)]pub enum TermiosControl {
GETS = 21_505,
SETS = 21_506,
SETSW = 21_507,
SETSF = 21_508,
GETA = 21_509,
SETA = 21_510,
SETAW = 21_511,
SETAF = 21_512,
SBRK = 21_513,
XONC = 21_514,
FLSH = 21_515,
}Variants§
GETS = 21_505
SETS = 21_506
SETSW = 21_507
SETSF = 21_508
GETA = 21_509
SETA = 21_510
SETAW = 21_511
SETAF = 21_512
SBRK = 21_513
XONC = 21_514
FLSH = 21_515
Trait Implementations§
Source§impl Clone for TermiosControl
impl Clone for TermiosControl
Source§fn clone(&self) -> TermiosControl
fn clone(&self) -> TermiosControl
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 moreimpl Copy for TermiosControl
Auto Trait Implementations§
impl Freeze for TermiosControl
impl RefUnwindSafe for TermiosControl
impl Send for TermiosControl
impl Sync for TermiosControl
impl Unpin for TermiosControl
impl UnwindSafe for TermiosControl
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