Enum se_rs_ial::Parity [-] [+] [src]

pub enum Parity {
    None,
    Even,
    Odd,
    Mark,
    Space,
}

Variants

None
Even
Odd
Mark
Space

Trait Implementations

Derived Implementations

impl Eq for Parity

impl PartialEq for Parity

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

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

impl Copy for Parity

impl Clone for Parity

fn clone(&self) -> Parity

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

impl Debug for Parity

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