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

pub enum Parity {
    NO,
    ODD,
    EVEN,
    MARK,
    SPACE,
}

Variants

NO
ODD
EVEN
MARK
SPACE