pub enum FlushQueue {
Input,
Output,
Both,
}Expand description
File visée par tcflush (purge).
Variants§
Input
TCIFLUSH — purge les données reçues non lues.
Output
TCOFLUSH — purge les données écrites non transmises.
Both
TCIOFLUSH — purge les deux files.
Trait Implementations§
Source§impl Clone for FlushQueue
impl Clone for FlushQueue
Source§fn clone(&self) -> FlushQueue
fn clone(&self) -> FlushQueue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FlushQueue
Source§impl Debug for FlushQueue
impl Debug for FlushQueue
impl Eq for FlushQueue
Source§impl PartialEq for FlushQueue
impl PartialEq for FlushQueue
impl StructuralPartialEq for FlushQueue
Auto Trait Implementations§
impl Freeze for FlushQueue
impl RefUnwindSafe for FlushQueue
impl Send for FlushQueue
impl Sync for FlushQueue
impl Unpin for FlushQueue
impl UnsafeUnpin for FlushQueue
impl UnwindSafe for FlushQueue
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