pub enum SetAction {
Now,
Drain,
Flush,
}Expand description
Action de pose des attributs (tcsetattr : quand appliquer).
Variants§
Now
TCSANOW — applique immédiatement (TCSETS).
Drain
TCSADRAIN — applique après vidage de la sortie (TCSETSW).
Flush
TCSAFLUSH — applique après vidage sortie + purge entrée (TCSETSF).
Trait Implementations§
impl Copy for SetAction
impl Eq for SetAction
impl StructuralPartialEq for SetAction
Auto Trait Implementations§
impl Freeze for SetAction
impl RefUnwindSafe for SetAction
impl Send for SetAction
impl Sync for SetAction
impl Unpin for SetAction
impl UnsafeUnpin for SetAction
impl UnwindSafe for SetAction
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