#[repr(C)]pub enum LocalModes {
ECHO = 8,
ECHOE = 16,
ECHOK = 32,
ECHONL = 64,
NOFLSH = 128,
TOSTOP = 256,
ISIG = 1,
ICANON = 2,
}Expand description
All the const * are default values
of c_lflag.
Variants§
Trait Implementations§
Source§impl Clone for LocalModes
impl Clone for LocalModes
Source§fn clone(&self) -> LocalModes
fn clone(&self) -> LocalModes
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 LocalModes
Auto Trait Implementations§
impl Freeze for LocalModes
impl RefUnwindSafe for LocalModes
impl Send for LocalModes
impl Sync for LocalModes
impl Unpin for LocalModes
impl UnwindSafe for LocalModes
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