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

pub enum StopBits {
    One,
    Two,
}
[-]

Number of stop bits

Variants

One
Two

Trait Implementations

Derived Implementations

impl PartialEq for StopBits

fn eq(&self, __arg_0: &StopBits) -> bool

fn ne(&self, __arg_0: &StopBits) -> bool

impl Debug for StopBits

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for StopBits

impl Clone for StopBits

fn clone(&self) -> StopBits

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