Enum serial::Direction [-] [+] [src]

pub enum Direction {
    Both,
    Input,
    Output,
}

Variants

Both
Input
Output

Trait Implementations

Derived Implementations

impl Copy for Direction

impl Clone for Direction

fn clone(&self) -> Direction

fn clone_from(&mut self, source: &Self)